Skip to content

Commit

Permalink
style: cargo lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gcranju authored and redlarva committed Sep 6, 2023
1 parent 89e20da commit 357061a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/cosmwasm-vm/cw-xcall/src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl<'a> CwCallService<'a> {
let msg = rlp::encode(msg).to_vec();
self.ensure_data_length(msg.len())?;
let message = xcall_connection_msg::ExecuteMsg::SendMessage { to, sn, msg };

let cosm_msg = CosmosMsg::Wasm(WasmMsg::Execute {
contract_addr: address.to_string(),
msg: to_binary(&message).map_err(ContractError::Std)?,
Expand Down

0 comments on commit 357061a

Please sign in to comment.