Skip to content

Commit

Permalink
Fix tests by using 95.217.83.126 electrum for tQTUM.
Browse files Browse the repository at this point in the history
  • Loading branch information
artemii235 committed Apr 13, 2021
1 parent 49bd02c commit 8ca4d74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mm2src/coins/utxo/utxo_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ fn test_qtum_unspendable_balance_failed_once() {
let conf = json!({"coin":"tQTUM","rpcport":13889,"pubtype":120,"p2shtype":110});
let req = json!({
"method": "electrum",
"servers": [{"url":"electrum1.cipig.net:10071"}],
"servers": [{"url":"95.217.83.126:10001"}],
});

let ctx = MmCtxBuilder::new().into_mm_arc();
Expand Down Expand Up @@ -1438,7 +1438,7 @@ fn test_qtum_unspendable_balance_failed() {
let conf = json!({"coin":"tQTUM","rpcport":13889,"pubtype":120,"p2shtype":110});
let req = json!({
"method": "electrum",
"servers": [{"url":"electrum1.cipig.net:10071"}],
"servers": [{"url":"95.217.83.126:10001"}],
});

let ctx = MmCtxBuilder::new().into_mm_arc();
Expand Down Expand Up @@ -1483,7 +1483,7 @@ fn test_qtum_my_balance() {
let conf = json!({"coin":"tQTUM","rpcport":13889,"pubtype":120,"p2shtype":110});
let req = json!({
"method": "electrum",
"servers": [{"url":"electrum1.cipig.net:10071"}],
"servers": [{"url":"95.217.83.126:10001"}],
});

let ctx = MmCtxBuilder::new().into_mm_arc();
Expand Down

0 comments on commit 8ca4d74

Please sign in to comment.