From ca8e22653c0c17f3e622adc235c25f30473dde5f Mon Sep 17 00:00:00 2001 From: ron Date: Sun, 20 Oct 2024 23:57:09 +0800 Subject: [PATCH] Comments --- bridges/snowbridge/pallets/inbound-queue-v2/src/envelope.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/snowbridge/pallets/inbound-queue-v2/src/envelope.rs b/bridges/snowbridge/pallets/inbound-queue-v2/src/envelope.rs index 77ec6c55c48e..8c9b137c64ba 100644 --- a/bridges/snowbridge/pallets/inbound-queue-v2/src/envelope.rs +++ b/bridges/snowbridge/pallets/inbound-queue-v2/src/envelope.rs @@ -19,7 +19,7 @@ pub struct Envelope { pub gateway: H160, /// A nonce for enforcing replay protection and ordering. pub nonce: u64, - /// Total fee paid on source chain + /// Total fee paid in Ether on Ethereum, should cover all the cost pub fee: u128, /// The inner payload generated from the source application. pub payload: Vec,