Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Oct 20, 2024
1 parent 2e827e8 commit ca8e226
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<u8>,
Expand Down

0 comments on commit ca8e226

Please sign in to comment.