Skip to content

Commit

Permalink
docs: fix broken op spec link (paradigmxyz#7433)
Browse files Browse the repository at this point in the history
  • Loading branch information
estensen authored and Ruteri committed Apr 17, 2024
1 parent bd01962 commit 5a18a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/transaction/optimism.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ impl TxDeposit {
}

/// Encodes only the transaction's fields into the desired buffer, without a RLP header.
/// <https://github.com/ethereum-optimism/optimism/blob/develop/specs/deposits.md#the-deposited-transaction-type>
/// <https://github.com/ethereum-optimism/specs/blob/main/specs/protocol/deposits.md#the-deposited-transaction-type>
pub(crate) fn encode_fields(&self, out: &mut dyn bytes::BufMut) {
self.source_hash.encode(out);
self.from.encode(out);
Expand Down

0 comments on commit 5a18a74

Please sign in to comment.