Skip to content

Commit

Permalink
crazy working
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Apr 12, 2024
1 parent 03c6b88 commit 440baa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mantis/node/tests/cvms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async fn cvm_devnet_case() {
};

let BCoin = |x: u128| Coin {
denom: "b".to_string(),
denom: "ibc/b".to_string(),
amount: x.into(),
};

Expand Down Expand Up @@ -212,7 +212,7 @@ async fn cvm_devnet_case() {
let solution =
mantis_node::mantis::blackbox::solve::<True>(active_orders, &alice, &tip, cvm_glt, router)
.await;
panic!("solution: {:?}", serde_json::ser::to_string_pretty(&solution));
panic!("solution: {:?}", solution);
}

enum True {}
Expand Down

0 comments on commit 440baa2

Please sign in to comment.