aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/dexcon
diff options
context:
space:
mode:
authorWei-Ning Huang <w@cobinhood.com>2018-09-25 18:55:00 +0800
committerWei-Ning Huang <w@dexon.org>2018-12-19 18:51:25 +0800
commitf97b8033c8c79f133417805fdd84bc1c36a36089 (patch)
tree26a45a01eac49db6758cf0e3dda5d1d1a57978f2 /consensus/dexcon
parent5966f431920a13294b0d867285d5e0d28b5ee470 (diff)
downloaddexon-f97b8033c8c79f133417805fdd84bc1c36a36089.tar
dexon-f97b8033c8c79f133417805fdd84bc1c36a36089.tar.gz
dexon-f97b8033c8c79f133417805fdd84bc1c36a36089.tar.bz2
dexon-f97b8033c8c79f133417805fdd84bc1c36a36089.tar.lz
dexon-f97b8033c8c79f133417805fdd84bc1c36a36089.tar.xz
dexon-f97b8033c8c79f133417805fdd84bc1c36a36089.tar.zst
dexon-f97b8033c8c79f133417805fdd84bc1c36a36089.zip
Use dex.Config instead of eth.Config
Diffstat (limited to 'consensus/dexcon')
-rw-r--r--consensus/dexcon/dexcon.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/consensus/dexcon/dexcon.go b/consensus/dexcon/dexcon.go
index bbdd06ed8..2f9eaa046 100644
--- a/consensus/dexcon/dexcon.go
+++ b/consensus/dexcon/dexcon.go
@@ -27,6 +27,10 @@ import (
"github.com/ethereum/go-ethereum/rpc"
)
+// Config is the configuration for DEXON consensus.
+type Config struct {
+}
+
// Dexcon is a delegated proof-of-stake consensus engine.
type Dexcon struct {
config *params.DexconConfig