diff --git a/bridges/snowbridge/pallets/outbound-queue-v2/src/types.rs b/bridges/snowbridge/pallets/outbound-queue-v2/src/types.rs index 28667bbada05..782fa4758bd6 100644 --- a/bridges/snowbridge/pallets/outbound-queue-v2/src/types.rs +++ b/bridges/snowbridge/pallets/outbound-queue-v2/src/types.rs @@ -13,7 +13,7 @@ pub type ProcessMessageOriginOf = 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 { - /// 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,