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.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/cmd/gdex/genesis_test.go b/cmd/gdex/genesis_test.go
index 38db9e0c4..9187a68bf 100644
--- a/cmd/gdex/genesis_test.go
+++ b/cmd/gdex/genesis_test.go
@@ -57,10 +57,10 @@ var customGenesisTests = []struct {
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp" : "0x00",
"config" : {
- "dexcon": {
- "lambdaBA": 250,
- },
- },
+ "dexcon": {
+ "lambdaBA": 250,
+ },
+ },
}`,
query: "eth.getBlock(0).nonce",
result: "0x0000000000000042",
@@ -81,9 +81,9 @@ var customGenesisTests = []struct {
"homesteadBlock" : 314,
"daoForkBlock" : 141,
"daoForkSupport" : true,
- "dexcon": {
- "lambdaBA": 250,
- },
+ "dexcon": {
+ "lambdaBA": 250,
+ },
},
}`,
query: "eth.getBlock(0).nonce",