We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87084bb commit feb9643Copy full SHA for feb9643
images/lndltc/entrypoint.sh
@@ -43,8 +43,8 @@ elif [[ $MODE == "native" ]]; then
43
sed -i "s/rpchost.*/rpchost=litecoind/g" "$LND_CONF"
44
sed -i "s/rpcuser.*/rpcuser=xu/g" "$LND_CONF"
45
sed -i "s/rpcpass.*/rpcpass=xu/g" "$LND_CONF"
46
- sed -i "s|zmqpubrawblock.*|zmqpubrawblock=tcp://bitcoind:28332|g" "$LND_CONF"
47
- sed -i "s|zmqpubrawtx.*|zmqpubrawtx=tcp://bitcoind:28333|g" "$LND_CONF"
+ sed -i "s|zmqpubrawblock.*|zmqpubrawblock=tcp://litecoind:28332|g" "$LND_CONF"
+ sed -i "s|zmqpubrawtx.*|zmqpubrawtx=tcp://litecoind:28333|g" "$LND_CONF"
48
elif [[ $MODE == "external" ]]; then
49
sed -i '/routing/,$d' "$LND_CONF"
50
sed -i "s/litecoin.node=.*/litecoin.node=litecoind/g" "$LND_CONF"
0 commit comments