mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
chore: Update clang-format to 21.1.8 (#6352)
This commit is contained in:
@@ -769,8 +769,9 @@ public:
|
||||
// xchain_create_account_claim_id should be present on the door
|
||||
// account (Account::master) to collect the signatures until a
|
||||
// quorum is reached
|
||||
scEnv(test::jtx::create_account_attestation(
|
||||
x.scAttester, x.jvb, x.mcCarol, amt, x.reward, x.payees[0], true, 1, x.scuAlice, x.signers[0]));
|
||||
scEnv(
|
||||
test::jtx::create_account_attestation(
|
||||
x.scAttester, x.jvb, x.mcCarol, amt, x.reward, x.payees[0], true, 1, x.scuAlice, x.signers[0]));
|
||||
scEnv.close();
|
||||
|
||||
auto scEnvAcctObjs = [&](Account const& acct, char const* type) {
|
||||
|
||||
Reference in New Issue
Block a user