Skip to content

Commit 3f9f8e2

Browse files
committed
fix typo commited
1 parent 35b671c commit 3f9f8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/adapters/ibc/ibc-callbacks/src/contract.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ pub fn ibc_destination_callback(
266266
// Create a coin to send to the contract based on the packet data
267267
let coin = Coin {
268268
denom: recv_denom.clone(),
269-
amount: Uint128::from_str(&recv_denom)?,
269+
amount: Uint128::from_str(&packet_data.amount)?,
270270
};
271271

272272
// @NotJeremyLiu TODO: Turn this into a sub msg and figure out what the recovery case is here

0 commit comments

Comments
 (0)