mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +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:
@@ -2554,7 +2554,8 @@ struct XChain_test : public beast::unit_test::suite,
|
||||
}
|
||||
{
|
||||
// B1: disabled master key
|
||||
scEnv.tx(fset(alt_signers[2].account, asfDisableMaster, 0));
|
||||
scEnv.tx(fset(alt_signers[2].account, asfDisableMaster, 0))
|
||||
.close();
|
||||
auto att = claim_attestation(
|
||||
scAttester,
|
||||
jvb,
|
||||
|
||||
Reference in New Issue
Block a user