Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Commit

Permalink
Remove feeurl from lnd.conf on switch (#2)
Browse files Browse the repository at this point in the history

Co-authored-by: Luke Childs <[email protected]>
  • Loading branch information
mayankchhabra and lukechilds authored Feb 15, 2021
1 parent cf898ad commit 905bb0d
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 @@ -81,6 +81,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
sed -i "s/dbcache=.*/dbcache=200/g;" /bitcoin/bitcoin.conf

echo "Restarting Bitcoin"
Expand Down

0 comments on commit 905bb0d

Please sign in to comment.