Skip to content

Commit

Permalink
Update EIP-7251: replace check_fee with get_fee check
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
protolambda authored Dec 9, 2024
1 parent 7fbdc5d commit da2a86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7251.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The contract has three different code paths, which can be summarized at a high l

If call data input to the contract is exactly `96` bytes, perform the following:

1. Ensure enough ETH was sent to cover the current consolidation request fee (`check_fee()`)
1. Ensure enough ETH was sent to cover the current consolidation request fee (`msg.value >= get_fee()`)
2. Increase consolidation request count by `1` for the current block (`increment_count()`)
3. Insert a consolidation request into the queue for the source address and pubkeys of the source and the target (`insert_withdrawal_request_into_queue()`)

Expand Down

0 comments on commit da2a86b

Please sign in to comment.