Skip to content

Commit

Permalink
del unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dimxy committed Oct 4, 2023
1 parent 3b8a654 commit 9310b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/mm2_main/tests/mm2_tests/mm2_tests_inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8043,7 +8043,7 @@ fn test_withdraw_from_trezor_segwit_no_rpc() {
});
let mm_conf = json!({ "coins": [coin_conf] });

let ctx = mm_ctx_with_trezor(mm_conf); // mm_ctx_with_custom_db();
let ctx = mm_ctx_with_trezor(mm_conf);
let priv_key_policy = PrivKeyBuildPolicy::Trezor;
let servers: Vec<_> = [
"electrum1.cipig.net:10068",
Expand Down

0 comments on commit 9310b78

Please sign in to comment.