Browse Source

darkfid: Default JSON-RPC port as per config file.

parazyd 4 years ago
parent
commit
a6b05b5c72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/darkfid2/src/main.rs

+ 1 - 1
bin/darkfid2/src/main.rs

@@ -83,7 +83,7 @@ struct Args {
     /// Path to blockchain database
     database: String,
 
-    #[structopt(long, default_value = "tcp://127.0.0.1:5397")]
+    #[structopt(long, default_value = "tcp://127.0.0.1:8340")]
     /// JSON-RPC listen URL
     rpc_listen: Url,