kaspanet / kaspad

Kaspad was the reference full node Kaspa implementation written in Go (golang), now rewritten in Rust: https://github.com/kaspanet/rusty-kaspa
ISC License
458 stars 231 forks source link

Allow to send all funds in kaspawallet using --all #2180

Closed svarogg closed 1 year ago

svarogg commented 1 year ago

This PR adds the --all flag to the create-unsigned-transaction and send commands.

It is mutually exclusive with the -v flag.

If --all is specified - all spendable UTXOs will be sent to receiver.

svarogg commented 1 year ago

This PR was from the wrong branch (I've accidentally pushed to kaspanet/kaspad instead of svarogg/kaspad)

So I'm closing this PR, and it's replaced by #2181 .

@HLXEasy thanks for your comments. I've fixed that in the new PR.