diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-01-13 16:21:17 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 13:50:01 +0800 |
commit | 152d11419a98d8379f4039f82ccb078d7345134b (patch) | |
tree | 893a7e12d6b55a9603e0facf3e1c6146e2cfaf60 /cmd | |
parent | cad9a9221dba6b6739fbb07fefdb2c1fb1ec1d5c (diff) | |
download | dexon-152d11419a98d8379f4039f82ccb078d7345134b.tar dexon-152d11419a98d8379f4039f82ccb078d7345134b.tar.gz dexon-152d11419a98d8379f4039f82ccb078d7345134b.tar.bz2 dexon-152d11419a98d8379f4039f82ccb078d7345134b.tar.lz dexon-152d11419a98d8379f4039f82ccb078d7345134b.tar.xz dexon-152d11419a98d8379f4039f82ccb078d7345134b.tar.zst dexon-152d11419a98d8379f4039f82ccb078d7345134b.zip |
consensus: implement DEXON cryptoeconomics v4.0 (#145)
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/gdex/consolecmd_test.go | 2 |
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" ) |