Skip to content

Commit

Permalink
Fix running profiling for Solmate (#1026)
Browse files Browse the repository at this point in the history
Just adding a missing nonce argument in the `eth_call`.

<!-- Reviewable:start -->
- - -
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/1026)
<!-- Reviewable:end -->
  • Loading branch information
ClementWalter authored Mar 12, 2024
1 parent 46b0fff commit 7be9cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/kakarot/test_kakarot.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func eth_call{
%}

let (evm, state, gas_used) = Kakarot.eth_call(
nonce=0,
origin=origin,
to=to,
gas_limit=gas_limit,
Expand Down

0 comments on commit 7be9cbf

Please sign in to comment.