elements/src/wallet
Andrew Chow 00fe59fd43 Rename CoinSelectionParams::effective_fee to m_effective_feerate
It's a feerate, not a fee. Also follow the style guide for member names.

Github-Pull: #21083
Rebased-From: f9cd2bfbcc
(cherry picked from commit d61fb07da7)
2021-09-22 02:05:02 +00:00
..
test Rename CoinSelectionParams::effective_fee to m_effective_feerate 2021-09-22 02:05:02 +00:00
bdb.cpp Determine wallet file type based on file magic 2020-10-14 11:28:18 -04:00
bdb.h rpc, wallet: Expose database format in getwalletinfo 2020-10-14 21:47:42 +01:00
coincontrol.cpp Merge 6bb5f6d8e3 into merged_master (Bitcoin PR #16377) 2020-11-26 01:09:10 +00:00
coincontrol.h Merge 6bb5f6d8e3 into merged_master (Bitcoin PR #16377) 2020-11-26 01:09:10 +00:00
coinselection.cpp Merge f269165edc into merged_master (Bitcoin PR #17458) 2020-11-27 20:32:05 +00:00
coinselection.h Merge f269165edc into merged_master (Bitcoin PR #17458) 2020-11-27 20:32:05 +00:00
context.cpp
context.h wallet: Pass unused args to StartWallets 2020-07-09 13:07:37 +02:00
crypter.cpp
crypter.h
db.cpp refactor: Pass wallet database into CWallet::Create 2020-09-03 12:24:32 -04:00
db.h rpc, wallet: Expose database format in getwalletinfo 2020-10-14 21:47:42 +01:00
feebumper.cpp Merge 1769828684 into merged_master (Bitcoin PR #19501) 2020-11-30 02:17:54 +00:00
feebumper.h
fees.cpp
fees.h
init.cpp wallet: Make -wallet setting not create wallets 2020-10-21 08:48:43 -04:00
ismine.h Merge 99813a9745 into merged_master (Bitcoin PR #17829) 2020-11-14 16:52:02 +00:00
load.cpp Ignoring (but warn) on duplicate -wallet parameters 2020-11-03 12:06:32 +01:00
load.h Do not create default wallet 2020-09-08 21:02:53 -04:00
rpcdump.cpp Merge 1dfe19e284 into merged_master (Bitcoin PR #20153) 2020-12-02 06:52:54 +00:00
rpcwallet.cpp Disallow sendtoaddress and sendmany when private keys disabled 2021-09-22 02:05:02 +00:00
rpcwallet.h Merge 7a24cca829 into merged_master (Bitcoin PR #19100) 2020-11-26 01:09:03 +00:00
salvage.cpp wallet: Remove path checking code from bitcoin-wallet tool 2020-09-03 12:24:32 -04:00
salvage.h wallettool: Have RecoverDatabaseFile return errors and warnings 2020-07-26 20:22:45 -04:00
scriptpubkeyman.cpp Don't upgrade to HD split if it is already supported 2021-09-22 02:05:01 +00:00
scriptpubkeyman.h Merge c48e788246 into merged_master (Bitcoin PR #18836) 2020-12-02 15:51:02 +00:00
sqlite.cpp wallet: Set DatabaseStatus::SUCCESS in MakeSQLiteDatabase 2020-11-05 20:48:41 +01:00
sqlite.h rpc, wallet: Expose database format in getwalletinfo 2020-10-14 21:47:42 +01:00
wallet.cpp Rename CoinSelectionParams::effective_fee to m_effective_feerate 2021-09-22 02:05:02 +00:00
wallet.h Rename CoinSelectionParams::effective_fee to m_effective_feerate 2021-09-22 02:05:02 +00:00
walletdb.cpp Merge f3727fd735 into merged_master (Bitcoin PR #20156) 2020-12-01 18:41:26 +00:00
walletdb.h Merge 9efa55c715 into merged_master (Bitcoin PR #20130) 2020-11-30 18:50:04 +00:00
wallettool.cpp Show name, format and if uses descriptors in bitcoin-wallet tool 2020-10-21 13:28:15 +02:00
wallettool.h wallet: Remove path checking code from bitcoin-wallet tool 2020-09-03 12:24:32 -04:00
walletutil.cpp wallet: refactor GetClosestWalletFeature() 2021-09-22 02:05:01 +00:00
walletutil.h wallet: Add GetClosestWalletFeature function 2020-10-19 00:14:38 -04:00