forked from lthn/blockchain
cut offers from stress tests
This commit is contained in:
parent
a3bf957709
commit
e2584ea520
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ bool transactions_flow_test(
|
|||
if (action == TRANSACTIONS_FLOW_TESTACTION_MIXED)
|
||||
{
|
||||
current_action++;
|
||||
if (current_action > TRANSACTIONS_FLOW_TESTACTION_OFFERS)
|
||||
if (current_action >= TRANSACTIONS_FLOW_TESTACTION_OFFERS)
|
||||
current_action = TRANSACTIONS_FLOW_TESTACTION_DEFAULT;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue