0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-06 14:19:59 -05:00

Merge bitcoin/bitcoin#23884: doc: Remove outdated scriptChange TODO comment

fa8e01a5b8 doc: Remove outdated scriptChange TODO comment (MarcoFalke)

Pull request description:

  This was added in commit bf798734db (raw multisig). Raw multisig isn't a thing, so remove the TODO.

ACKs for top commit:
  S3RK:
    ACK fa8e01a5b8
  achow101:
    ACK fa8e01a5b8

Tree-SHA512: 01d521ca3605ab130c43531da4922ea85461ca5e7436267a34fb5df348009e086b3c66d85532c62255d9a0ba43db56424884808e773d0ef0177035dfb25d6a6c
This commit is contained in:
Andrew Chow 2022-01-10 16:46:15 -05:00
commit 80ceede7a0
No known key found for this signature in database
GPG key ID: 17565732E08E5E41

View file

@ -665,8 +665,6 @@ static bool CreateTransactionInternal(
} }
// Create change script that will be used if we need change // 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; CScript scriptChange;
// coin control: send change to custom address // coin control: send change to custom address