Skip to content

Commit 0a5844f

Browse files
Remove no_evaluators attrbiute and mark function as total
1 parent 8ddc349 commit 0a5844f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • kevm-pyk/src/kevm_pyk/kproj/evm-semantics

kevm-pyk/src/kevm_pyk/kproj/evm-semantics/abi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ where `1003892871367861763272476045097431689001461395759728643661426852242313133
641641
### Function selectors
642642

643643
```k
644-
syntax Bytes ::= selector ( String ) [alias, symbol(abi_selector), function, no-evaluators]
644+
syntax Bytes ::= selector ( String ) [alias, symbol(abi_selector), function, total]
645645
// -----------------------------------------------------------------------------------------
646646
647647
rule ( selector ( SIGNATURE ) ) => #parseByteStack(substrString(Keccak256(String2Bytes(SIGNATURE)), 0, 8))

0 commit comments

Comments
 (0)