network: remove bitcoin mainnet setup

- not ready for mainnet yet
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
Lakshya Singh
2023-10-27 23:05:34 +05:30
parent f4f2807389
commit 0bfcb691f2
8 changed files with 2 additions and 57 deletions

View File

@@ -107,7 +107,6 @@ RUN mkdir -p "${BITCOIND_HOME}" && \
COPY assets/bitcoin.conf "${BITCOIND_HOME}"/bitcoin.conf
COPY assets/testnet-config /testnet-config
COPY assets/regtest-config /regtest-config
COPY assets/main-config /main-config
USER lightning