aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/gdex
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-01-13 16:21:17 +0800
committerWei-Ning Huang <w@dexon.org>2019-03-12 12:19:09 +0800
commitba71563f6844a574bdfa9da5585bdae4a9958677 (patch)
treebf474a36438acec5a799f1777de15ac7341bb359 /cmd/gdex
parentcae038236416efd8a3436664024f9cadee741512 (diff)
downloaddexon-ba71563f6844a574bdfa9da5585bdae4a9958677.tar
dexon-ba71563f6844a574bdfa9da5585bdae4a9958677.tar.gz
dexon-ba71563f6844a574bdfa9da5585bdae4a9958677.tar.bz2
dexon-ba71563f6844a574bdfa9da5585bdae4a9958677.tar.lz
dexon-ba71563f6844a574bdfa9da5585bdae4a9958677.tar.xz
dexon-ba71563f6844a574bdfa9da5585bdae4a9958677.tar.zst
dexon-ba71563f6844a574bdfa9da5585bdae4a9958677.zip
consensus: implement DEXON cryptoeconomics v4.0 (#145)
Diffstat (limited to 'cmd/gdex')
-rw-r--r--cmd/gdex/consolecmd_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gdex/consolecmd_test.go b/cmd/gdex/consolecmd_test.go
index 37f94cdc4..672735d2c 100644
--- a/cmd/gdex/consolecmd_test.go
+++ b/cmd/gdex/consolecmd_test.go
@@ -31,7 +31,7 @@ import (
)
const (
- ipcAPIs = "admin:1.0 debug:1.0 dexcon:1.0 eth:1.0 net:1.0 personal:1.0 rpc:1.0 shh:1.0 txpool:1.0 web3:1.0"
+ ipcAPIs = "admin:1.0 debug:1.0 eth:1.0 net:1.0 personal:1.0 rpc:1.0 shh:1.0 txpool:1.0 web3:1.0"
httpAPIs = "eth:1.0 net:1.0 rpc:1.0 web3:1.0"
)