mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
[wallet] remove MIN_CHANGE
This commit is contained in:
parent
a44236addd
commit
46f2fed6c5
3 changed files with 5 additions and 15 deletions
|
|
@ -13,13 +13,13 @@
|
|||
|
||||
using node::NodeContext;
|
||||
using wallet::AttemptSelection;
|
||||
using wallet::CHANGE_LOWER;
|
||||
using wallet::COutput;
|
||||
using wallet::CWallet;
|
||||
using wallet::CWalletTx;
|
||||
using wallet::CoinEligibilityFilter;
|
||||
using wallet::CoinSelectionParams;
|
||||
using wallet::CreateDummyWalletDatabase;
|
||||
using wallet::MIN_CHANGE;
|
||||
using wallet::OutputGroup;
|
||||
using wallet::SelectCoinsBnB;
|
||||
using wallet::TxStateInactive;
|
||||
|
|
@ -67,7 +67,7 @@ static void CoinSelection(benchmark::Bench& bench)
|
|||
rand,
|
||||
/* change_output_size= */ 34,
|
||||
/* change_spend_size= */ 148,
|
||||
/*min_change_target=*/ MIN_CHANGE,
|
||||
/*min_change_target=*/ CHANGE_LOWER,
|
||||
/* effective_feerate= */ CFeeRate(0),
|
||||
/* long_term_feerate= */ CFeeRate(0),
|
||||
/* discard_feerate= */ CFeeRate(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue