aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-19 14:36:36 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:49:57 +0800
commitac723d97631fa5abc66c30ad4d8143b24715af2b (patch)
treeeb830882a9fbdfac3b97440ef9f574fb059c9f34 /test
parenteaa4b42c9fbb7582a1cdd476b8152a952edbb320 (diff)
downloaddexon-ac723d97631fa5abc66c30ad4d8143b24715af2b.tar
dexon-ac723d97631fa5abc66c30ad4d8143b24715af2b.tar.gz
dexon-ac723d97631fa5abc66c30ad4d8143b24715af2b.tar.bz2
dexon-ac723d97631fa5abc66c30ad4d8143b24715af2b.tar.lz
dexon-ac723d97631fa5abc66c30ad4d8143b24715af2b.tar.xz
dexon-ac723d97631fa5abc66c30ad4d8143b24715af2b.tar.zst
dexon-ac723d97631fa5abc66c30ad4d8143b24715af2b.zip
governance: implement delegate/undelegate function and add tests (#33)
Implement delegate/undelegate function to allow others to delegate it's fund to stake on a node. Also added governance contract tests.
Diffstat (limited to 'test')
-rw-r--r--test/genesis.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/genesis.json b/test/genesis.json
index c4e110e84..bc3e740ea 100644
--- a/test/genesis.json
+++ b/test/genesis.json
@@ -19,7 +19,7 @@
"lambdaBA": 250,
"lambdaDKG": 2500,
"k": 0,
- "phiRatio": 667000,
+ "phiRatio": 0.667,
"notarySetSize": 4,
"dkgSetSize": 4,
"roundInterval": 600000,