Skip to content

Commit

Permalink
primitives: Fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Jul 28, 2023
1 parent df49a95 commit 76619bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ pub mod constants {

/// Transaction recovery ID used for generating a signature in the Ethereum
/// Transaction pallet. As per:
/// https://github.com/PureStake/moonbeam/blob/fb63014a5e487f17e31283776e4f6b0befd009a2/primitives/xcm/src/ethereum_xcm.rs#L167
/// <https://github.com/PureStake/moonbeam/blob/fb63014a5e487f17e31283776e4f6b0befd009a2/primitives/xcm/src/ethereum_xcm.rs#L167>
pub const TRANSACTION_RECOVERY_ID: u64 = 42;
}

Expand Down

0 comments on commit 76619bd

Please sign in to comment.