connect
                                
                                 connect copied to clipboard
                                
                                    connect copied to clipboard
                            
                            
                            
                        Remove sponsored option from doStxTransfer
I can't create a sponsored stx transfer transaction using doStxTransfer from connect-react. I can do a sponsored contract call.
I am not sure whether it is a problem with connect-react or with the stacks-wallet-web.
The UI shows tx fees and I guess that the tx would be broadcasted.
@agraebe did you happen to update connect-react when adding sponsored transaction functionality in addition to connect?
oh, I didn't cover connect-react
Apparently, stx transfer txs can't be sponsored according to spec.
Then the options for doStxTransfer should not contain sponsored
This is also something we should call out in our docs @pgray-hiro.
From SIP005:
Note that if a transaction contains a token-transfer payload, it MUST have only a standard authorization field. It cannot be sponsored.