Skip to content

Commit

Permalink
Merge pull request ethereum#305 from tomochain/thanhson1085-block-gas…
Browse files Browse the repository at this point in the history
…limit

fix block gas limit
  • Loading branch information
ngtuna committed Nov 27, 2018
2 parents ac085e0 + 13c79d7 commit 49a52d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tomochain/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ exec tomo $params \
--wsorigins "*" \
--mine \
--gasprice "2500" \
--targetgaslimit "420000000" \
--targetgaslimit "84000000" \
"$@"

0 comments on commit 49a52d1

Please sign in to comment.