Skip to content

Commit

Permalink
fix bug in function
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Jan 22, 2025
1 parent b833ce9 commit 2d38757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/kproj/evm-semantics/state-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ The `"rlp"` key loads the block information.
rule #fakeExponential(I, OUTPUT, ACCUM, NUMER, DENOM)
=> #fakeExponential(I +Int 1, OUTPUT +Int ACCUM, ACCUM *Int NUMER /Int (DENOM *Int I), NUMER, DENOM) requires ACCUM >Int 0
rule #fakeExponential(_, OUTPUT, _, _, _) => OUTPUT [owise]
rule #fakeExponential(_, OUTPUT, _, _, DENOM) => OUTPUT /Int DENOM [owise]
```

### Block Identifiers
Expand Down

0 comments on commit 2d38757

Please sign in to comment.