aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/gdex/genesis_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gdex/genesis_test.go')
-rw-r--r--cmd/gdex/genesis_test.go13
1 files changed, 10 insertions, 3 deletions
diff --git a/cmd/gdex/genesis_test.go b/cmd/gdex/genesis_test.go
index 05da35563..38db9e0c4 100644
--- a/cmd/gdex/genesis_test.go
+++ b/cmd/gdex/genesis_test.go
@@ -56,7 +56,11 @@ var customGenesisTests = []struct {
"mixhash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp" : "0x00",
- "config" : {}
+ "config" : {
+ "dexcon": {
+ "lambdaBA": 250,
+ },
+ },
}`,
query: "eth.getBlock(0).nonce",
result: "0x0000000000000042",
@@ -76,8 +80,11 @@ var customGenesisTests = []struct {
"config" : {
"homesteadBlock" : 314,
"daoForkBlock" : 141,
- "daoForkSupport" : true
- }
+ "daoForkSupport" : true,
+ "dexcon": {
+ "lambdaBA": 250,
+ },
+ },
}`,
query: "eth.getBlock(0).nonce",
result: "0x0000000000000042",