mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
darkfid: split managemtn rpc methods into its own rpc server and standarized all ports
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
## uncommenting, or by using the command-line.
|
||||
|
||||
# darkfid JSON-RPC endpoint
|
||||
endpoint = "tcp://127.0.0.1:8340"
|
||||
endpoint = "tcp://127.0.0.1:28345"
|
||||
|
||||
# Block height to measure until
|
||||
height = 0
|
||||
|
||||
@@ -44,7 +44,7 @@ struct Args {
|
||||
/// Configuration file to use
|
||||
config: Option<String>,
|
||||
|
||||
#[structopt(short, long, default_value = "tcp://127.0.0.1:8340")]
|
||||
#[structopt(short, long, default_value = "tcp://127.0.0.1:28345")]
|
||||
/// darkfid JSON-RPC endpoint
|
||||
endpoint: Url,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user