You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling send_transaction_multi doesn't result in the transaction actually being sent. I get back success: true and a TX ID, but wallet state never seems to change, as if TX wasn't actually pushed.
I believe #17436 is the PR that introduced the breaking change. If we intend to keep the changes as they are now, we probably need to make sure we call out that its a breaking change, though I'm not entirely sure that an RPC call that has "send" in the name makes sense to default to not actually sending
What happened?
Calling
send_transaction_multi
doesn't result in the transaction actually being sent. I get back success: true and a TX ID, but wallet state never seems to change, as if TX wasn't actually pushed.I believe #17436 is the PR that introduced the breaking change. If we intend to keep the changes as they are now, we probably need to make sure we call out that its a breaking change, though I'm not entirely sure that an RPC call that has "send" in the name makes sense to default to not actually sending
Normal
send_transaction
has this (@tx_endpoint(push=True)
): https://github.com/Chia-Network/chia-blockchain/blob/main/chia/rpc/wallet_rpc_api.py#L1125Maybe that should also exist here? https://github.com/Chia-Network/chia-blockchain/blob/main/chia/rpc/wallet_rpc_api.py#L1173
Version
latest main
What platform are you using?
Linux
What ui mode are you using?
CLI
Relevant log output
No response
The text was updated successfully, but these errors were encountered: