Skip to content

Commit 2d55f10

Browse files
author
Alexander Avramenko
committed
Merge branch 'dapsnet'
2 parents 7f75682 + 18ba935 commit 2d55f10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csnode/src/transactionsvalidator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ bool TransactionsValidator::validateCommonAsSource(SolverContext& context, const
127127
ok = true;
128128
payableMaxFees_.insert(std::make_pair(smarts.absolute_address(initTransaction.source()), leftFromMaxFee));
129129
}
130+
break;
130131
}
131-
break;
132132
}
133133
if (!ok) {
134134
cslog() << kLogPrefix << __func__ << ": reject contract emitted transaction, new_state not found in block";

0 commit comments

Comments
 (0)