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
This PR adds a new sendall RPC. However, I am just merging the bitcoin version, and I am not adding elements-specific arguments.
After this is merged, we will need to do follow-up work which adds an asset argument to sendall, so that a user can choose to sendall of a specific asset, rather than simply sending all the UTXOs in their wallet, regardless of asset-type.
The text was updated successfully, but these errors were encountered:
I am in the process of merging bitcoin/bitcoin#24118 into Elements.
This PR adds a new
sendall
RPC. However, I am just merging the bitcoin version, and I am not adding elements-specific arguments.After this is merged, we will need to do follow-up work which adds an
asset
argument tosendall
, so that a user can choose tosendall
of a specific asset, rather than simply sending all the UTXOs in their wallet, regardless of asset-type.The text was updated successfully, but these errors were encountered: