Update lndhub config to specify wallet

This commit is contained in:
Taylor Helsper 2020-07-30 21:44:22 -05:00
parent d517038441
commit 2bda1eca18

View File

@ -1,6 +1,6 @@
let config = {
bitcoind: {
rpc: 'http://mynode:bolt@127.0.0.1:8332',
rpc: 'http://mynode:bolt@127.0.0.1:8332/wallet/wallet.dat',
},
redis: {
port: 6379,