1
0
Fork 0
forked from lthn/blockchain

cut offers from stress tests

This commit is contained in:
cryptozoidberg 2019-04-21 21:16:00 +02:00 committed by GitHub
parent a3bf957709
commit e2584ea520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}