refactor: address batch review nits (signer naming, test Env, comments)

This commit is contained in:
Denis Angell
2026-06-26 12:46:54 -04:00
parent cb04a24d18
commit a6c45ed8a7
3 changed files with 74 additions and 70 deletions

View File

@@ -772,6 +772,9 @@ isBatchRawTransactionOkay(STObject const& st, std::string& reason)
raw.applyTemplate(getTxFormat(tt)->getSOTemplate());
// passesLocalChecks recurses back into isBatchRawTransactionOkay,
// but an inner can never be a batch (rejected above), so the
// recursion terminates at depth 1.
if (!passesLocalChecks(raw, reason))
return false;
}