瀏覽代碼

app/drk: fix domain in darkfid endpoint

darkfi 6 天之前
父節點
當前提交
7011a29f1b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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")]