Skip to content

Commit

Permalink
amend me; don't query the block height; for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocynicys committed Nov 1, 2024
1 parent 159445b commit 0d3ac5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/coins/z_coin/tx_streaming_tests/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async fn test_zcoin_tx_streaming() {
}

// Query the block height to make sure our electrums are actually connected.
log!("current block = {:?}", coin.current_block().compat().await.unwrap());
//log!("current block = {:?}", coin.current_block().compat().await.unwrap());

// Add a new client to use it for listening to tx history events.
let client_id = 1;
Expand Down

0 comments on commit 0d3ac5f

Please sign in to comment.