From d892f0e73d5aaacb6c84eeb2f27821d7fff1d482 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Wed, 18 Mar 2026 02:00:43 +0100 Subject: [PATCH] Update src/libxrpl/tx/transactors/Batch.cpp Co-authored-by: Mayukha Vadari --- src/libxrpl/tx/transactors/Batch.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libxrpl/tx/transactors/Batch.cpp b/src/libxrpl/tx/transactors/Batch.cpp index 595d097a9d..c488fff6da 100644 --- a/src/libxrpl/tx/transactors/Batch.cpp +++ b/src/libxrpl/tx/transactors/Batch.cpp @@ -488,10 +488,8 @@ Batch::checkBatchSign(PreclaimContext const& ctx) } else { - // LCOV_EXCL_START if (!publicKeyType(makeSlice(pkSigner))) - return tefBAD_AUTH; - // LCOV_EXCL_STOP + return tefBAD_AUTH; // LCOV_EXCL_LINE auto const idSigner = calcAccountID(PublicKey(makeSlice(pkSigner))); auto const sleAccount = ctx.view.read(keylet::account(idAccount));