This commit is contained in:
Duke Leto
2021-04-09 14:53:26 -04:00
parent 315ed51192
commit 4d252334bf
3 changed files with 2 additions and 10 deletions

View File

@@ -3910,9 +3910,7 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend, CWalletTx& wt
return true;
}
/**
* Call after CreateTransaction unless you want to abort
*/
// Call after CreateTransaction unless you want to abort
bool CWallet::CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey)
{
{