Skip to content

Commit c5b204d

Browse files
jonasschnelliTheBlueMatt
authored andcommitted
fundrawtransaction overhaul
- fix typo
1 parent fceb64c commit c5b204d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ bool CWallet::SelectCoins(const CAmount& nTargetValue, set<pair<const CWalletTx*
13711371

13721372
nValueTroughVINs += out.tx->vout[out.i].nValue;
13731373

1374-
// temporary keep the coin to add them later after SelectCoinsMinConf has added some
1374+
// temporarily keep the coin to add them later after SelectCoinsMinConf has added some
13751375
setTempCoins.insert(make_pair(out.tx, out.i));
13761376
vinOk = true;
13771377

0 commit comments

Comments
 (0)