mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-09 11:46:49 +00:00
fixup! Make a few tweaks to the changes in merge cc83ea8
This commit is contained in:
@@ -622,7 +622,7 @@ STTx::getBatchTransactionIDs() const
|
||||
XRPL_ASSERT(
|
||||
getFieldArray(sfRawTransactions).size() != 0,
|
||||
"STTx::getBatchTransactionIDs : empty raw transactions");
|
||||
// Don't early return so that the size check is always done.
|
||||
// Don't early return so that the size assert is always hit.
|
||||
if (batch_txn_ids_.size() == 0)
|
||||
{
|
||||
for (STObject const& rb : getFieldArray(sfRawTransactions))
|
||||
|
||||
Reference in New Issue
Block a user