Skip to content

Commit

Permalink
Merge branch 'outbound-queue-v2' of https://github.com/yrong/polkadot…
Browse files Browse the repository at this point in the history
…-sdk into outbound-queue-v2
  • Loading branch information
yrong committed Oct 23, 2024
2 parents f7a1dbd + 165e5a6 commit 2fdd374
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 2fdd374

Please sign in to comment.