aboutsummaryrefslogtreecommitdiffstats
path: root/test/genesis.json
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-03-29 14:28:04 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-15 22:09:55 +0800
commit038552acaa883a6353c54274f80cb888fb23be68 (patch)
treef658e21cb1345fe8cad1e4402fa346009405fe31 /test/genesis.json
parenta2403c5a125e4939a16e11ba10fadfabe6bbd136 (diff)
downloadgo-tangerine-038552acaa883a6353c54274f80cb888fb23be68.tar
go-tangerine-038552acaa883a6353c54274f80cb888fb23be68.tar.gz
go-tangerine-038552acaa883a6353c54274f80cb888fb23be68.tar.bz2
go-tangerine-038552acaa883a6353c54274f80cb888fb23be68.tar.lz
go-tangerine-038552acaa883a6353c54274f80cb888fb23be68.tar.xz
go-tangerine-038552acaa883a6353c54274f80cb888fb23be68.tar.zst
go-tangerine-038552acaa883a6353c54274f80cb888fb23be68.zip
core: vm: make fail stop fine value configurable (#312)
A node is now quailified only if it has no pending fine and staked >= minstake.
Diffstat (limited to 'test/genesis.json')
-rw-r--r--test/genesis.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/genesis.json b/test/genesis.json
index 02ad15409..05ffe2aab 100644
--- a/test/genesis.json
+++ b/test/genesis.json
@@ -28,9 +28,11 @@
"roundLength": 100,
"minBlockInterval": 500,
"fineValues": [
- "0x21e19e0c9bab2400000",
- "0x21e19e0c9bab2400000",
- "0x152d02c7e14af6800000"
+ "0xad78ebc5ac6200000",
+ "0xde0b6b3a7640000",
+ "0xd3c21bcecceda0000000",
+ "0xd3c21bcecceda0000000",
+ "0xd3c21bcecceda0000000"
]
},
"recovery": {