revert copy changes

This commit is contained in:
Denis Angell
2026-03-19 19:27:46 +01:00
parent ddcf08593b
commit 70752f8b82
2 changed files with 5 additions and 5 deletions

View File

@@ -728,7 +728,7 @@ isRawTransactionOkay(STObject const& st, std::string& reason)
reason = "Raw Transactions array exceeds max entries.";
return false;
}
for (auto raw : rawTxns)
for (STObject raw : rawTxns)
{
try
{