Skip to content

Commit

Permalink
fix: parsing of jsonrpc port argument
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Oct 9, 2023
1 parent c970eec commit bc372d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/local-topos/polygon-edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ case "$1" in
--bootnode /ip4/127.0.0.1/tcp/10001/p2p/$NODE_ID

echo "Executing polygon-edge standalone node with block time " $BLOCK_TIME
exec "$POLYGON_EDGE_BIN" server --data-dir ./data-1 --chain genesis.json
exec "$POLYGON_EDGE_BIN" server --data-dir ./data-1 --chain genesis.json --jsonrpc :8545
;;

*)
Expand Down

0 comments on commit bc372d0

Please sign in to comment.