mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge bb83aba6c9 into merged_master (Bitcoin PR bitcoin/bitcoin#25161)
This commit is contained in:
commit
0cf35ca80d
4 changed files with 8 additions and 1 deletions
|
|
@ -392,6 +392,7 @@ def write_config(config_path, *, n, chain, extra_config="", disable_autoconnect=
|
|||
f.write("[{}]\n".format(chain_name_conf_section))
|
||||
f.write("port=" + str(p2p_port(n)) + "\n")
|
||||
f.write("rpcport=" + str(rpc_port(n)) + "\n")
|
||||
f.write("rpcdoccheck=1\n")
|
||||
f.write("fallbackfee=0.0002\n")
|
||||
f.write("server=1\n")
|
||||
f.write("keypool=1\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue