diff options
author | Andrew Chow <achow101-github@achow101.com> | 2022-01-10 16:46:15 -0500 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2022-01-10 16:46:28 -0500 |
commit | 80ceede7a0bf42c0966bd89bddbbfb3e62a5a2d9 (patch) | |
tree | b23b262a5a29decd814b1d5c1e051cf6ac54f56e /src/wallet | |
parent | 3d0850cec103950731bfc0f935ad997a4149d4b3 (diff) | |
parent | fa8e01a5b8c67fcb8acaaf58a17ed24710415b6c (diff) |
Merge bitcoin/bitcoin#23884: doc: Remove outdated scriptChange TODO comment
fa8e01a5b8c67fcb8acaaf58a17ed24710415b6c doc: Remove outdated scriptChange TODO comment (MarcoFalke)
Pull request description:
This was added in commit bf798734db4539a39edd6badf54a1c3aecf193e5 (raw multisig). Raw multisig isn't a thing, so remove the TODO.
ACKs for top commit:
S3RK:
ACK fa8e01a5b8c67fcb8acaaf58a17ed24710415b6c
achow101:
ACK fa8e01a5b8c67fcb8acaaf58a17ed24710415b6c
Tree-SHA512: 01d521ca3605ab130c43531da4922ea85461ca5e7436267a34fb5df348009e086b3c66d85532c62255d9a0ba43db56424884808e773d0ef0177035dfb25d6a6c
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/spend.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/spend.cpp b/src/wallet/spend.cpp index 5d9cc7bf6b..f92234ed95 100644 --- a/src/wallet/spend.cpp +++ b/src/wallet/spend.cpp @@ -665,8 +665,6 @@ static bool CreateTransactionInternal( } // Create change script that will be used if we need change - // TODO: pass in scriptChange instead of reservedest so - // change transaction isn't always pay-to-bitcoin-address CScript scriptChange; // coin control: send change to custom address |