Skip to content

Commit

Permalink
chore: added zero gas tx pool to docker (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMartinezRodriguez authored Oct 2, 2023
1 parent 8f9f3fc commit a65d9f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/client/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ if [ -n "$BOOTNODES" ]; then
START_COMMAND="$START_COMMAND --bootnodes $BOOTNODES"
fi

if [ -n "$ZERO_GAS_TX_POOL" ]; then
START_COMMAND="$START_COMMAND --zero-gas-tx-pool $ZERO_GAS_TX_POOL"
fi

echo "Starting $CHAIN_TARGET chain"
eval $START_COMMAND

0 comments on commit a65d9f3

Please sign in to comment.