Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit c8b5f1e

Browse files
authored
Merge pull request #26 from alextsg/eip1234
[Constantinople] Add Block Reward Adjustment (EIP1234)
2 parents 4b34dce + 3de5f73 commit c8b5f1e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

hardforks/constantinople.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
"gasConfig": {},
99
"gasPrices": {},
1010
"vm": {},
11-
"pow": {},
11+
"pow": {
12+
"minerReward": {
13+
"v": "2000000000000000000",
14+
"d": "The amount a miner gets rewarded for mining a block"
15+
}
16+
},
1217
"casper": {},
1318
"sharding": {}
14-
}
19+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"bootstrap"
2525
],
2626
"nyc": {
27-
"exclude": "tests/*.js"
27+
"exclude": "tests/*.js"
2828
},
2929
"author": "",
3030
"license": "MIT",

0 commit comments

Comments
 (0)