Skip to content

Commit 93fee4a

Browse files
chipshortmergify[bot]
authored andcommitted
Add memo support info to doc comment
(cherry picked from commit a6dae42)
1 parent 533dc42 commit 93fee4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/std/src/ibc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pub enum IbcMsg {
3636
/// when packet times out, measured on remote chain
3737
timeout: IbcTimeout,
3838
/// optional memo
39+
/// This is only supported on CosmWasm 2.0 chains and ignored on older chains.
3940
memo: Option<String>,
4041
},
4142
/// Sends an IBC packet with given data over the existing channel.

0 commit comments

Comments
 (0)