File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/solidity/GradualPonzi Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ module gradualPonziTest {
232232 //
233233 // If quint has not reported a violation, try:
234234 //
235- // $ quint run --invariant=progressInv --main=gradualPonziTest --seed=0x8385bfe3a7497 gradualPonzi.qnt
235+ // $ quint run --invariant=progressInv --main=gradualPonziTest --max-steps=50 -- seed=0x8272b36d6a57f gradualPonzi.qnt
236236 //
237237 // It is quite hard for `quint run` to find a violation to this property.
238238 // In contrast, `quint verify` finds it in a few seconds.
@@ -254,4 +254,4 @@ module gradualPonziTest {
254254 val sumRewards = addr.fold( 0 , ( s, a) = > s + ponziState.rewards.get( a))
255255 sumRewards == evmState.balances.get( " contract" )
256256 }
257- }
257+ }
You can’t perform that action at this time.
0 commit comments