Skip to content

Commit

Permalink
cheat
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaubennassar committed Oct 7, 2024
1 parent 0ed26ae commit 12b8e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggoracle/chaingersender/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (c *EVMChainGERSender) UpdateGERWaitUntilMined(ctx context.Context, ger com
if err != nil {
return err
}
data, err := abi.Pack("insertGlobalExitRoot", ger)
data, err := abi.Pack("insertGlobalExitRoot_cheat", ger)
if err != nil {
return err
}
Expand Down

0 comments on commit 12b8e2c

Please sign in to comment.