Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #88 from iExecBlockchainComputing/fix-gasLimitBoun…
Browse files Browse the repository at this point in the history
…dDivisor

fix spec gasLimitBoundDivisor
  • Loading branch information
ddorgan authored Dec 12, 2018
2 parents 0e06248 + 186414a commit c3d1512
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions config/spec/engine/aura
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
"engine": {
"authorityRound": {
"params": {
"gasLimitBoundDivisor": "0x400",
"stepDuration": "2",
"validators" : {
"list": [ 0x0000000000000000000000000000000000000000 ]
}
}
}
},

2 changes: 0 additions & 2 deletions config/spec/engine/validatorset
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"engine": {
"authorityRound": {
"params": {
"gasLimitBoundDivisor": "0x400",
"stepDuration": "2",
"validators" : {
"multi": {
Expand All @@ -17,4 +16,3 @@
}
}
},

1 change: 0 additions & 1 deletion config/spec/example.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"engine": {
"authorityRound": {
"params": {
"gasLimitBoundDivisor": "0x400",
"stepDuration": "2",
"validators" : {
"list": [ "0x0000000000000000000000000000000000000000" ]
Expand Down

0 comments on commit c3d1512

Please sign in to comment.