Skip to content

Commit

Permalink
docs: copy/paste error of eip-7251 link (alloy-rs#961)
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <delweng@gmail.com>
  • Loading branch information
jsvisa authored and ben186 committed Jul 27, 2024
1 parent 6d11f61 commit 2b32891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/consensus/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub enum Request {
WithdrawalRequest(WithdrawalRequest),
/// An [EIP-7251] consolidation request.
///
/// [EIP-7251]: https://eips.ethereum.org/EIPS/eip-7002
/// [EIP-7251]: https://eips.ethereum.org/EIPS/eip-7251
ConsolidationRequest(ConsolidationRequest),
}

Expand Down

0 comments on commit 2b32891

Please sign in to comment.