Skip to content

Commit

Permalink
Remove the default http.api configuration to avoid overwriting the co…
Browse files Browse the repository at this point in the history
…nfiguration in geth.yml (eth-educators#1505)
  • Loading branch information
jiangbo0216 authored Sep 11, 2023
1 parent d6fb49f commit 4ebb451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [[ "${NETWORK}" =~ ^https?:// ]]; then
touch /var/lib/goethereum/setupdone
fi
else
__network="--${NETWORK} --http.api web3,eth,net"
__network="--${NETWORK}"
fi

# Set verbosity
Expand Down

0 comments on commit 4ebb451

Please sign in to comment.