diff --git a/bridges/snowbridge/pallets/outbound-queue-v2/src/types.rs b/bridges/snowbridge/pallets/outbound-queue-v2/src/types.rs index a4454bcc4c8e..2c1aaa891efe 100644 --- a/bridges/snowbridge/pallets/outbound-queue-v2/src/types.rs +++ b/bridges/snowbridge/pallets/outbound-queue-v2/src/types.rs @@ -50,7 +50,7 @@ impl From for Token { pub struct FeeWithBlockNumber { /// A nonce of the message for enforcing replay protection pub nonce: u64, - /// The block number of the message + /// The block number in which the message was committed pub block_number: BlockNumber, /// The fee pub fee: u128,