Skip to content

Commit

Permalink
fix and clean
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Mar 26, 2024
1 parent 2f7152e commit b241962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
NIX_BUILD_FLAKE = "true";
RUST_BACKTRACE = "full";
CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG = true;
RUSTFLAGS="$RUSTFLAGS -A warnings";
buildInputs = [pkgs.protobuf];
};
cw-cvm-outpost = makeCosmwasmContract "cw-cvm-outpost" rust "--no-default-features --features=std,json-schema,cosmos";
Expand Down
2 changes: 1 addition & 1 deletion mantis/node/src/bin/mantis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async fn simulate_orders(simulate_args: &SimulateArgs) {
)
.expect("mnemonic");
let gas = args.gas;
let mut cosmos_query_client = create_cocsmos_query_client(&args.rpc_centauri).await;
let mut cosmos_query_client = create_cosmos_query_client(&args.rpc_centauri).await;
let mut write_client = create_wasm_write_client(&args.rpc_centauri).await;
log::info!("Simulating orders");

Expand Down

0 comments on commit b241962

Please sign in to comment.