Skip to content

Commit 983ea7d

Browse files
committed
fix: function predicate for real spl-token program
1 parent 3f01fc8 commit 983ea7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kmir/src/kmir/kdist/mir-semantics/symbolic/spl-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ module KMIR-SPL-TOKEN
166166
syntax Bool ::= #isSPLRentGetFunc ( String ) [function, total]
167167
rule #isSPLRentGetFunc(_) => false [owise]
168168
rule #isSPLRentGetFunc("Rent::get") => true // mock harness
169-
rule #isSPLRentGetFunc("solana_sysvar::rent::<impl solana_sysvar::Sysvar for solana_rent::Rent>::get") => true
169+
rule #isSPLRentGetFunc("solana_sysvar::rent::<impl Sysvar for solana_rent::Rent>::get") => true
170170
```
171171

172172

0 commit comments

Comments
 (0)