Skip to content

Commit

Permalink
Update packages/std/src/ibc/callbacks.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Warta <[email protected]>
  • Loading branch information
chipshort and webmaster128 authored Jun 4, 2024
1 parent 7f40a4f commit d4e629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/std/src/ibc/callbacks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use crate::{Addr, IbcAcknowledgement, IbcPacket, Uint64};
/// # use cosmwasm_std::testing::mock_env;
/// # let env = mock_env();
///
/// let _transfer = TransferMsgBuilder::new(
/// let _msg = TransferMsgBuilder::new(
/// "channel-0".to_string(),
/// "cosmos1example".to_string(),
/// Coin::new(10u32, "ucoin"),
Expand Down

0 comments on commit d4e629e

Please sign in to comment.