removed a assert failure message from an invariant in Initializable spec

pull/3478/head
teryanarmen 3 years ago
parent 866042d6fc
commit 1aa8141b14
  1. 2
      certora/specs/Initializable.spec

@ -38,7 +38,7 @@ definition isDisabled() returns bool = initialized() == 255;
/// @description A contract must only ever be in an initializing state while in the middle of a transaction execution.
invariant notInitializing()
!initializing(), "contract must not be initializing"
!initializing()
//////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save