Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Mar 12, 2018
1 parent 88186f9 commit a56282d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/parity:master/parity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ if [ "$HIVE_FORK_SPURIOUS" != "" ]; then
chainconfig=`echo $chainconfig | jq "setpath([\"engine\", \"Ethash\", \"params\", \"eip160Transition\"]; \"0x$HIVE_FORK_SPURIOUS\")"`
chainconfig=`echo $chainconfig | jq "setpath([\"engine\", \"Ethash\", \"params\", \"eip161abcTransition\"]; \"0x$HIVE_FORK_SPURIOUS\")"`
chainconfig=`echo $chainconfig | jq "setpath([\"engine\", \"Ethash\", \"params\", \"eip161dTransition\"]; \"0x$HIVE_FORK_SPURIOUS\")"`
chainconfig=`echo $chainconfig | jq "setpath([\"engine\", \"Ethash\", \"params\", \"maxCodeSizeTransition\"]; \"0x$HIVE_FORK_SPURIOUS\")"`
fi
if [ "$HIVE_FORK_METROPOLIS" != "" ]; then
# Based on
Expand Down

0 comments on commit a56282d

Please sign in to comment.