This repository has been archived by the owner on May 26, 2023. It is now read-only.
lemonmon - withdrawals: incorrect field name message
#215
Labels
Duplicate
A valid issue that is a duplicate of an issue with `Has Duplicates` label
Reward
A payout will be made for this issue
Specification
An issue related to the specification (low severity)
lemonmon
low
withdrawals: incorrect field name
message
Summary
incorrect field name
message
was used to refer todata
Vulnerability Detail
In the below snippet, the fields for the Withdrawal transaction data are correctly stated:
https://github.com/sherlock-audit/2023-01-optimism/blob/main/optimism/specs/withdrawals.md?plain=1#L164-L170
However, in the below, to refer to the
data
field, the namemessage
is used.https://github.com/sherlock-audit/2023-01-optimism/blob/main/optimism/specs/withdrawals.md?plain=1#L200
Impact
factually incorrect information (incorrect field name)
Code Snippet
https://github.com/sherlock-audit/2023-01-optimism/blob/main/optimism/specs/withdrawals.md?plain=1#L200
Tool used
Manual Review
Recommendation
correct the name of the field
Duplicate of #213
The text was updated successfully, but these errors were encountered: