mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
clang-format
This commit is contained in:
@@ -489,7 +489,7 @@ Batch::checkBatchSign(PreclaimContext const& ctx)
|
||||
else
|
||||
{
|
||||
if (!publicKeyType(makeSlice(pkSigner)))
|
||||
return tefBAD_AUTH; // LCOV_EXCL_LINE
|
||||
return tefBAD_AUTH; // LCOV_EXCL_LINE
|
||||
|
||||
auto const idSigner = calcAccountID(PublicKey(makeSlice(pkSigner)));
|
||||
auto const sleAccount = ctx.view.read(keylet::account(idAccount));
|
||||
|
||||
Reference in New Issue
Block a user