mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-19 05:10:55 +00:00
test: enable unit tests to work with variable reference fee (#5145)
Fix remaining unit tests to be able to process reference fee values other than 10.
This commit is contained in:
@@ -176,6 +176,7 @@ struct Regression_test : public beast::unit_test::suite
|
||||
Env env(*this, envconfig([](std::unique_ptr<Config> cfg) {
|
||||
cfg->section("transaction_queue")
|
||||
.set("minimum_txn_in_ledger_standalone", "3");
|
||||
cfg->FEES.reference_fee = 10;
|
||||
return cfg;
|
||||
}));
|
||||
Env_ss envs(env);
|
||||
|
||||
Reference in New Issue
Block a user