mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
docs: fix broken op spec link (#7433)
This commit is contained in:
committed by
GitHub
parent
933317c62a
commit
05c9f61a38
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user