Merge #8664: Fix segwit-related wallet bug
c40b034
Clear witness with vin/vout in CWallet::CreateTransaction() (Suhas Daftuar)
This commit is contained in:
commit
2abfe5956e
1 changed files with 1 additions and 0 deletions
|
@ -2215,6 +2215,7 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend, CWalletTx& wt
|
|||
nChangePosInOut = nChangePosRequest;
|
||||
txNew.vin.clear();
|
||||
txNew.vout.clear();
|
||||
txNew.wit.SetNull();
|
||||
wtxNew.fFromMe = true;
|
||||
bool fFirst = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue