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 23, 2024
1 parent 2bc9b58 commit 165e5a6
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 @@ -50,7 +50,7 @@ impl From<CommittedMessage> for Token {
pub struct FeeWithBlockNumber<BlockNumber> {
/// 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,
Expand Down

0 comments on commit 165e5a6

Please sign in to comment.