darkfid: moved all relative args under blockchain config args

This commit is contained in:
skoupidi
2024-06-20 15:10:55 +03:00
parent 563f04f963
commit 186e3302d3
14 changed files with 62 additions and 50 deletions

View File

@@ -6,14 +6,14 @@
## The default values are left commented. They can be overridden either by
## uncommenting, or by using the command-line.
# JSON-RPC listen URL
rpc_listen = "tcp://127.0.0.1:48440"
# Blockchain network to use
network = "localnet"
# Localnet blockchain network configuration
[network_config."localnet"]
# JSON-RPC listen URL
rpc_listen = "tcp://127.0.0.1:48340"
# Path to the blockchain database directory
database = "darkfid1"