You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/std/src/results/cosmos_msg.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ pub enum CosmosMsg<T = Empty> {
72
72
type_url:String,
73
73
value:Binary,
74
74
},
75
-
/// `CosmosMsg::Any` is the replaces the "stargate message" – a message wrapped
75
+
/// `CosmosMsg::Any` replaces the "stargate message" – a message wrapped
76
76
/// in a [protobuf Any](https://protobuf.dev/programming-guides/proto3/#any)
77
77
/// that is supported by the chain. It behaves the same as
78
78
/// `CosmosMsg::Stargate` but has a better name and slightly improved syntax.
@@ -176,7 +176,7 @@ pub enum DistributionMsg {
176
176
/// The `withdraw_address`
177
177
address:String,
178
178
},
179
-
/// This is translated to a [[MsgWithdrawDelegatorReward](https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto#L42-L50).
179
+
/// This is translated to a [MsgWithdrawDelegatorReward](https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto#L42-L50).
180
180
/// `delegator_address` is automatically filled with the current contract's address.
0 commit comments