aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/spend.cpp
AgeCommit message (Expand)Author
2021-09-01refactor: Detach wallet transaction methods (followup for move-only)Russell Yanofsky
2021-08-27Use waste metric for deciding which selection to useAndrew Chow
2021-08-27Allow the long term feerate to be configured, default of 10 sat/vbAndrew Chow
2021-08-13wallet: Assert that enough was selected to cover the feesAndrew Chow
2021-07-01Use bilingual_str for address fetching functionsAndrew Chow
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