Skip to content

Commit

Permalink
fix nitro tests
Browse files Browse the repository at this point in the history
  • Loading branch information
toml01 committed Sep 24, 2024
1 parent 9712c01 commit 0839294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hooks/hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ func (h FheOSHooksImpl) EvmCallEnd(evmSuccess bool) {
}
}

fheos.State.RandomCounter = 0
if fheos.State != nil {
fheos.State.RandomCounter = 0
}
}

func shouldIgnoreContract(caller common.Address, addr common.Address) bool {
Expand Down

0 comments on commit 0839294

Please sign in to comment.