Commit 61e56f8f authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Update op-node/withdrawals/utils.go

Co-authored-by: default avatarclabby <ben@clab.by>
parent 6ee77338
......@@ -262,7 +262,7 @@ func ParseMessagePassed(receipt *types.Receipt) (*bindings.L2ToL1MessagePasserMe
return nil, errors.New("Unable to find MessagePassed event")
}
// StorageSlotOfWithdrawalHash determines the storage slot of the Withdrawer contract to look at
// StorageSlotOfWithdrawalHash determines the storage slot of the L2ToL1MessagePasser contract to look at
// given a WithdrawalHash
func StorageSlotOfWithdrawalHash(hash common.Hash) common.Hash {
// The withdrawals mapping is the 0th storage slot in the L2ToL1MessagePasser contract.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment