File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ var daoOldGenesis = `{
39
39
"mixhash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
40
40
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
41
41
"timestamp" : "0x00",
42
- "config" : {}
42
+ "config" : {
43
+ "homesteadBlock" : 0
44
+ }
43
45
}`
44
46
45
47
// Genesis block for nodes which actively oppose the DAO fork
@@ -54,6 +56,7 @@ var daoNoForkGenesis = `{
54
56
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
55
57
"timestamp" : "0x00",
56
58
"config" : {
59
+ "homesteadBlock" : 0,
57
60
"daoForkBlock" : 314,
58
61
"daoForkSupport" : false
59
62
}
@@ -71,6 +74,7 @@ var daoProForkGenesis = `{
71
74
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
72
75
"timestamp" : "0x00",
73
76
"config" : {
77
+ "homesteadBlock" : 0,
74
78
"daoForkBlock" : 314,
75
79
"daoForkSupport" : true
76
80
}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ var customGenesisTests = []struct {
58
58
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
59
59
"timestamp" : "0x00",
60
60
"config" : {
61
- "homesteadBlock" : 314 ,
61
+ "homesteadBlock" : 42 ,
62
62
"daoForkBlock" : 141,
63
63
"daoForkSupport" : true
64
64
}
You can’t perform that action at this time.
0 commit comments