Skip to content

Commit

Permalink
Remove feeurl on switch
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t authored Aug 23, 2021
1 parent ed0a641 commit 463705d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions switch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ switch_on_sync_done() {
echo 'Bitcoind has been switched across to neutrino'
touch /statuses/node-status-bitcoind-ready
sed -Ei 's|(bitcoin.node)=neutrino|\1=bitcoind|g' /lnd/lnd.conf
sed -i "s/^feeurl=.*//g;" /lnd/lnd.conf

echo "Restarting LND"
docker stop "$LND_CONTAINER_NAME"
Expand Down

0 comments on commit 463705d

Please sign in to comment.