aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/spend.cpp
AgeCommit message (Expand)Author
2021-06-22wallet: Add error message to GetReservedDestinationAndrew Chow
2021-05-30scripted-diff: Rename SelectCoinsMinConf to AttemptSelectionAndrew Chow
2021-05-30Move vin filling to before final fee settingAndrew Chow
2021-05-30Set m_subtract_fee_outputs during recipients vector loopAndrew Chow
2021-05-30Move variable initializations to where they are usedAndrew Chow
2021-05-30Move recipients vector checks to beginning of CreateTransactionAndrew Chow
2021-05-30Rename nSubtractFeeFromAmount in CreateTransactionAndrew Chow
2021-05-30Rename nValue and nValueToSelectAndrew Chow
2021-05-30Remove extraneous scope in CreateTransactionInternalAndrew Chow
2021-05-30Move cs_wallet lock in CreateTransactionInternal to top of functionAndrew Chow
2021-05-26MOVEONLY: CWallet transaction code out of wallet.cpp/.hRussell Yanofsky