Skip to content

Commit 0299d7b

Browse files
committed
Add seed to comment on gradualPonzi.qnt file
1 parent d20a94d commit 0299d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/solidity/GradualPonzi/gradualPonzi.qnt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)