aboutsummaryrefslogtreecommitdiffstats
path: root/dex/backend.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@cobinhood.com>2018-10-12 17:55:45 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:23:38 +0800
commit8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c (patch)
treeffd0f2502ae454674b64febff67dca7754fa142f /dex/backend.go
parent4a131ffec89a8229d2b661eb8e6ebd4ec292baf2 (diff)
downloadgo-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.tar
go-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.tar.gz
go-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.tar.bz2
go-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.tar.lz
go-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.tar.xz
go-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.tar.zst
go-tangerine-8e4340ed4be0cb8d5d2fe9f14d5f2b559cf3360c.zip
dex: implement some governance interface functions
Diffstat (limited to 'dex/backend.go')
-rw-r--r--dex/backend.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/backend.go b/dex/backend.go
index 8213f582e..b6a7bdc4d 100644
--- a/dex/backend.go
+++ b/dex/backend.go
@@ -147,7 +147,7 @@ func New(ctx *node.ServiceContext, config *Config) (*Dexon, error) {
}
dex.txPool = core.NewTxPool(config.TxPool, dex.chainConfig, dex.blockchain)
- dex.APIBackend = &DexAPIBackend{dexon, nil}
+ dex.APIBackend = &DexAPIBackend{dex, nil}
gpoParams := config.GPO
//if gpoParams.Default == nil {
// gpoParams.Default = config.MinerGasPrice