소스 검색

app/drk: fix domain in darkfid endpoint

darkfi 4 일 전
부모
커밋
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")]