-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create multiple transactions with one command.
RPC send commands have a new argument now that controls whether the amount specified can be split across multiple transactions. It defaults to single-transaction mode for now. SelectCoinsForOneTx: use a sliding window algorithm to pick inputs. This will pick one small input if possible, so that if change is produced it does not result in an ever-growing pile of tiny utxos.
- Loading branch information
Showing
7 changed files
with
427 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.