This commit is contained in:
Dimitris Apostolou 2018-02-27 07:14:21 +02:00 committed by GitHub
parent f9dbd1e2d5
commit 40e73e2586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2695,7 +2695,7 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend, CWalletTx& wt
if (nChange > 0)
{
// Fill a vout to ourself
// Fill a vout to ourselves
// TODO: pass in scriptChange instead of reservekey so
// change transaction isn't always pay-to-bitcoin-address
CScript scriptChange;