From 905bb0d503e133abed33057ad8d27b9621d66203 Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Mon, 15 Feb 2021 15:33:16 +0530 Subject: [PATCH] Remove feeurl from lnd.conf on switch (#2) Co-authored-by: Luke Childs --- switch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/switch.sh b/switch.sh index 2899350..07920fb 100755 --- a/switch.sh +++ b/switch.sh @@ -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"