Sfoglia il codice sorgente

app/drk: fix domain in darkfid endpoint

darkfi 4 giorni fa
parent
commit
7011a29f1b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      bin/app/src/plugin/drk.rs

+ 1 - 1
bin/app/src/plugin/drk.rs

@@ -41,7 +41,7 @@ use crate::{
 
 // TODO: should be configurable at runtime
 //const DARKFID_ENDPOINT: &str = "tcp://127.0.0.1:18345";
-const DARKFID_ENDPOINT: &str = "tcp://node0.dark.fi:18340";
+const DARKFID_ENDPOINT: &str = "tcp+tls://node0.testnet.dark.fi:18345";
 const DARKFID_RETRY_TIME: u64 = 20;
 
 #[cfg(target_os = "android")]