aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-07-08 18:00:37 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-07-15 21:52:55 +0800
commit1e24c2e4f428c85c2f83272af2696469cb8f5bed (patch)
tree8939d4ddee2b093f01ed656b1603c8d3efc76706 /cmd
parent9e56811a3773e225bedf6bf0003327ea1aaae040 (diff)
downloaddexon-1e24c2e4f428c85c2f83272af2696469cb8f5bed.tar
dexon-1e24c2e4f428c85c2f83272af2696469cb8f5bed.tar.gz
dexon-1e24c2e4f428c85c2f83272af2696469cb8f5bed.tar.bz2
dexon-1e24c2e4f428c85c2f83272af2696469cb8f5bed.tar.lz
dexon-1e24c2e4f428c85c2f83272af2696469cb8f5bed.tar.xz
dexon-1e24c2e4f428c85c2f83272af2696469cb8f5bed.tar.zst
dexon-1e24c2e4f428c85c2f83272af2696469cb8f5bed.zip
cmd/geth, miner, params: special extradata for DAO fork start
Diffstat (limited to 'cmd')
-rw-r--r--cmd/geth/genesis_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/geth/genesis_test.go b/cmd/geth/genesis_test.go
index 7485d7d89..43d678d89 100644
--- a/cmd/geth/genesis_test.go
+++ b/cmd/geth/genesis_test.go
@@ -75,6 +75,7 @@ var customGenesisTests = []struct {
"timestamp" : "0x00",
"config" : {
"homesteadBlock" : 314,
+ "daoForkBlock" : 141
},
}`,
query: "eth.getBlock(0).nonce",