diff options
Diffstat (limited to 'src')
-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 |