fix bug in leader-and-seller

This commit is contained in:
Sam Caldwell 2019-09-26 13:39:01 -04:00
parent 5ef44987ca
commit 2fa30c6066
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ active proctype Leader() {
assert(asserting_IBI);
asserting_IBI = false;
RETRACT(IBI);
IBI_assertions = IBI_assertions - 1;
:: ASSERTED(BI) && !know_BI ->
leader_state = announce;
assert(asserting_IBI);