From 867a625a68a4aba8aa373db2bde1a1251f14f9e3 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Sun, 6 Oct 2024 15:58:31 -0400 Subject: [PATCH] Remove btcpay fastsync --- btcpayserver/stub_btcpay_setup.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/btcpayserver/stub_btcpay_setup.sh b/btcpayserver/stub_btcpay_setup.sh index 235b80b..acc6c19 100755 --- a/btcpayserver/stub_btcpay_setup.sh +++ b/btcpayserver/stub_btcpay_setup.sh @@ -62,12 +62,6 @@ export BTCPAY_BASE_DIRECTORY=${REMOTE_DATA_PATH} export BTCPAYGEN_EXCLUDE_FRAGMENTS="nginx-https;" export REVERSEPROXY_DEFAULT_HOST="$BTCPAY_USER_FQDN" -# if [ "\$NBITCOIN_NETWORK" != regtest ]; then -# cd ./contrib/FastSync -# ./load-utxo-set.sh -# cd - -# fi - # next we create fragments to customize various aspects of the system # this block customizes clightning to ensure the correct endpoints are being advertised # We want to advertise the correct ipv4 endpoint for remote hosts to get in touch.