Skip to content

Commit

Permalink
Update bridges/snowbridge/pallets/outbound-queue-v2/src/types.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Geddes <[email protected]>
  • Loading branch information
yrong and vgeddes authored Oct 24, 2024
1 parent 33fdc5f commit 6bd7eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/snowbridge/pallets/outbound-queue-v2/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub type ProcessMessageOriginOf<T> = <Pallet<T> as ProcessMessage>::Origin;
/// Fee with block number for easy fetch the pending message on relayer side
#[derive(Encode, Decode, TypeInfo, Clone, Eq, PartialEq, RuntimeDebug, MaxEncodedLen)]
pub struct FeeWithBlockNumber<BlockNumber> {
/// A nonce of the message for enforcing replay protection
/// The nonce used to identify the message
pub nonce: u64,
/// The block number in which the message was committed
pub block_number: BlockNumber,
Expand Down

0 comments on commit 6bd7eb1

Please sign in to comment.