Skip to content

Commit

Permalink
fix docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Aug 18, 2023
1 parent 329c9be commit 9af77dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/transaction/legacy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ impl TxLegacy {
/// Outputs the signature hash of the transaction by first encoding without a signature, then
/// hashing.
///
/// See [LegacyTx::encode_for_signing] for more information on the encoding format.
/// See [Self::encode_for_signing] for more information on the encoding format.
pub(crate) fn signature_hash(&self) -> H256 {
let mut buf = BytesMut::with_capacity(self.payload_len_for_signature());
self.encode_for_signing(&mut buf);
Expand Down

0 comments on commit 9af77dd

Please sign in to comment.