diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-12-27 19:36:32 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-12-27 19:35:22 +0100 |
commit | fa8e01a5b8c67fcb8acaaf58a17ed24710415b6c (patch) | |
tree | a7399190bb0577010205a9d643dad3e5b2f21511 | |
parent | d3582f2d3bfebb32316aa3974f6f27db20a610f5 (diff) |
doc: Remove outdated scriptChange TODO comment
-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 |