Skip to content

Commit

Permalink
fix(rust): disable admin fiels for now
Browse files Browse the repository at this point in the history
something nasty going on with cosmwasm-std versions
  • Loading branch information
egasimus committed Oct 21, 2023
1 parent bfbc346 commit 50911ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl ContractCode {
label: label.into(),
msg: to_binary(msg)?,
funds,
admin: None
//admin: None
})
}
}
Expand Down

0 comments on commit 50911ff

Please sign in to comment.