Skip to content

Commit 76d09fb

Browse files
author
Alexander Avramenko
committed
Fix extra iterations issue while validating a number of transactions
1 parent 7bcba0f commit 76d09fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

csnode/src/transactionsvalidator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ bool TransactionsValidator::validateCommonAsSource(SolverContext& context, const
128128
payableMaxFees_.insert(std::make_pair(smarts.absolute_address(initTransaction.source()), leftFromMaxFee));
129129
}
130130
}
131+
break;
131132
}
132133
if (!ok) {
133134
cslog() << kLogPrefix << __func__ << ": reject contract emitted transaction, new_state not found in block";

0 commit comments

Comments
 (0)