We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a421e01 commit 3f8f76eCopy full SHA for 3f8f76e
1 file changed
kmir/src/kmir/kdist/mir-semantics/symbolic/spl-token.md
@@ -460,8 +460,8 @@ The `#initBorrow` helper resets borrow counters to 0 and sets the correct dynami
460
</k>
461
requires #functionName(FUNC) ==String "spl_token::entrypoint::cheatcode_is_spl_multisig"
462
orBool #functionName(FUNC) ==String "cheatcode_is_spl_multisig"
463
- ensures 0 <=Int ?SplMultisigM andBool ?SplMultisigM <=Int 3
464
- andBool 0 <=Int ?SplMultisigN andBool ?SplMultisigN <=Int 3
+ ensures 0 <=Int ?SplMultisigM andBool ?SplMultisigM <Int 256
+ andBool 0 <=Int ?SplMultisigN andBool ?SplMultisigN <Int 256
465
andBool #isSplPubkey(?SplSigner0)
466
andBool #isSplPubkey(?SplSigner1)
467
andBool #isSplPubkey(?SplSigner2)
0 commit comments