Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 9e25b05

Browse files
committed
format
1 parent 1ae78d0 commit 9e25b05

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

devenv/bitcoin/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG VERSION=25.0
66
RUN apt-get update && apt-get install -y \
77
wget \
88
file \
9-
&& rm -rf /var/lib/apt/lists/*
9+
&& rm -rf /var/lib/apt/lists/*
1010

1111
RUN file /bin/bash | grep -q x86-64 && echo x86_64-linux-gnu > /tmp/arch || true
1212
RUN file /bin/bash | grep -q aarch64 && echo aarch64-linux-gnu > /tmp/arch || true

devenv/bitcoin/docker/entrypoint.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,4 @@
22

33
set -x
44

5-
#-rpcuser=${BTC_RPCUSER} -rpcpassword=${BTC_RPCPASSWORD}
6-
7-
# bitcoind needs creds set in the conf file for remote RPC auth
8-
#echo '[regtest]' > ${BITCOIN_CONF}
9-
105
bitcoind -chain=${BTC_NETWORK} -txindex=${BTC_TXINDEX} -rpcuser=${BTC_RPCUSER} -rpcpassword=${BTC_RPCPASSWORD} -printtoconsole=${BTC_PRINTTOCONSOLE} -disablewallet=${BTC_DISABLEWALLET} -rpcbind=${BTC_RPCBIND} -rpcallowip=${BTC_RPCALLOWIP}

devenv/sbtc/docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ COPY --from=build /usr/local/cargo/bin/romeo /usr/local/bin
2323

2424
ENTRYPOINT ["romeo"]
2525
CMD ["-c", "/romeo/config.json"]
26-
27-

0 commit comments

Comments
 (0)