Skip to content

Commit ccf3f08

Browse files
committed
Remove fix_msg argument from Instantiate2
1 parent 93582b9 commit ccf3f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/results/cosmos_msg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ pub enum WasmMsg {
164164
///
165165
/// This is translated to a [MsgInstantiateContract2](https://github.com/CosmWasm/wasmd/blob/v0.29.2/proto/cosmwasm/wasm/v1/tx.proto#L73-L96).
166166
/// `sender` is automatically filled with the current contract's address.
167+
/// `fix_msg` is automatically set to false.
167168
#[cfg(feature = "cosmwasm_1_2")]
168169
Instantiate2 {
169170
admin: Option<String>,
@@ -175,7 +176,6 @@ pub enum WasmMsg {
175176
msg: Binary,
176177
funds: Vec<Coin>,
177178
salt: Binary,
178-
fix_msg: bool,
179179
},
180180
/// Migrates a given contracts to use new wasm code. Passes a MigrateMsg to allow us to
181181
/// customize behavior.

0 commit comments

Comments
 (0)