joinmarket: don't hardcode bitcoind rpc port
This commit is contained in:
parent
031df4231f
commit
975b30c90e
@ -21,7 +21,7 @@ let
|
|||||||
blockchain_source = bitcoin-rpc
|
blockchain_source = bitcoin-rpc
|
||||||
network = mainnet
|
network = mainnet
|
||||||
rpc_host = ${builtins.elemAt bitcoind.rpcbind 0}
|
rpc_host = ${builtins.elemAt bitcoind.rpcbind 0}
|
||||||
rpc_port = 8332
|
rpc_port = ${toString bitcoind.rpc.port}
|
||||||
rpc_user = ${bitcoind.rpc.users.privileged.name}
|
rpc_user = ${bitcoind.rpc.users.privileged.name}
|
||||||
@@RPC_PASSWORD@@
|
@@RPC_PASSWORD@@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user