terra/token_bridge: correct transfer payload

Change-Id: I724e4182e29a89a966896f89df4387d7aa8caac3
This commit is contained in:
Reisen 2021-08-30 10:32:31 +00:00 committed by David Paryente
parent a68061e545
commit 37baca1e32
1 changed files with 1 additions and 1 deletions

View File

@ -129,8 +129,8 @@ pub struct TransferInfo {
pub amount: (u128, u128),
pub token_address: Vec<u8>,
pub token_chain: u16,
pub recipient_chain: u16,
pub recipient: Vec<u8>,
pub recipient_chain: u16,
pub fee: (u128, u128),
}