diff --git a/bitcoin/core/entrypoint.sh b/bitcoin/core/entrypoint.sh index 8245df3..f7540f3 100644 --- a/bitcoin/core/entrypoint.sh +++ b/bitcoin/core/entrypoint.sh @@ -2,7 +2,7 @@ if [ $ENABLE_RPC == 1 ] then - /app/bitcoind -datadir=/data -server -txindex=$TXINDEX -prune=$PRUNE -rest -rpcallowip=0.0.0.0 -rpcuser=$USER -rpcpass=$PASS + /app/bitcoind -datadir=/data -server -txindex=$TXINDEX -prune=$PRUNE -rest -rpcallowip=0.0.0.0 -rpcuser=$USER -rpcpassword=$PASS else /app/bitcoind -datadir=/data -txindex=$TXINDEX -prune=$PRUNE fi \ No newline at end of file