We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93582b9 commit ccf3f08Copy full SHA for ccf3f08
packages/std/src/results/cosmos_msg.rs
@@ -164,6 +164,7 @@ pub enum WasmMsg {
164
///
165
/// This is translated to a [MsgInstantiateContract2](https://github.com/CosmWasm/wasmd/blob/v0.29.2/proto/cosmwasm/wasm/v1/tx.proto#L73-L96).
166
/// `sender` is automatically filled with the current contract's address.
167
+ /// `fix_msg` is automatically set to false.
168
#[cfg(feature = "cosmwasm_1_2")]
169
Instantiate2 {
170
admin: Option<String>,
@@ -175,7 +176,6 @@ pub enum WasmMsg {
175
176
msg: Binary,
177
funds: Vec<Coin>,
178
salt: Binary,
- fix_msg: bool,
179
},
180
/// Migrates a given contracts to use new wasm code. Passes a MigrateMsg to allow us to
181
/// customize behavior.
0 commit comments