Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Sep 22, 2024
1 parent 639f8b7 commit 75fd76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrpld/app/tx/detail/Transactor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ Transactor::checkBatchSign(PreclaimContext const& ctx)
auto const idSigner = calcAccountID(PublicKey(makeSlice(pkSigner)));
auto const sleAccount = ctx.view.read(keylet::account(idAccount));

// We dont need to check the regular key or multisign here
// We dont need to check the regular key or multisign here
// because the account does not exist.
if (!sleAccount)
return tesSUCCESS;
Expand Down

0 comments on commit 75fd76b

Please sign in to comment.