diff options
author | Sonic <sonic@dexon.org> | 2019-05-08 11:12:23 +0800 |
---|---|---|
committer | Sonic <sonic@dexon.org> | 2019-05-08 11:12:23 +0800 |
commit | 8ddf407b731f6baf1af1275c07b6861579cbc749 (patch) | |
tree | 39792217dba89453cb70bbd159a9ef720ed6e002 /lds/commons.go | |
parent | 296787fb404212631d3167406bd369cd941a81b5 (diff) | |
download | dexon-8ddf407b731f6baf1af1275c07b6861579cbc749.tar dexon-8ddf407b731f6baf1af1275c07b6861579cbc749.tar.gz dexon-8ddf407b731f6baf1af1275c07b6861579cbc749.tar.bz2 dexon-8ddf407b731f6baf1af1275c07b6861579cbc749.tar.lz dexon-8ddf407b731f6baf1af1275c07b6861579cbc749.tar.xz dexon-8ddf407b731f6baf1af1275c07b6861579cbc749.tar.zst dexon-8ddf407b731f6baf1af1275c07b6861579cbc749.zip |
lds: replace eth with dex
Diffstat (limited to 'lds/commons.go')
-rw-r--r-- | lds/commons.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lds/commons.go b/lds/commons.go index 29a8f8d66..459354f6b 100644 --- a/lds/commons.go +++ b/lds/commons.go @@ -22,7 +22,7 @@ import ( "github.com/dexon-foundation/dexon/common" "github.com/dexon-foundation/dexon/core" - "github.com/dexon-foundation/dexon/eth" + "github.com/dexon-foundation/dexon/dex" "github.com/dexon-foundation/dexon/ethdb" "github.com/dexon-foundation/dexon/light" "github.com/dexon-foundation/dexon/p2p" @@ -32,7 +32,7 @@ import ( // ldsCommons contains fields needed by both server and client. type ldsCommons struct { - config *eth.Config + config *dex.Config iConfig *light.IndexerConfig chainDb ethdb.Database protocolManager *ProtocolManager |