From 6091c2de57fee155e5d7f512b326bde53c84c04e Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Sun, 17 Mar 2019 09:12:50 +0800 Subject: dex: implement recovery mechanism (#258) * dex: implement recovery mechanism The DEXON recovery protocol allows us to use the Ethereum blockchain as a fallback consensus chain to coordinate recovery. * fix --- dex/config.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dex/config.go') diff --git a/dex/config.go b/dex/config.go index 201494312..b88eac449 100644 --- a/dex/config.go +++ b/dex/config.go @@ -119,4 +119,7 @@ type Config struct { // Indexer config Indexer indexer.Config + + // Recovery network RPC + RecoveryNetworkRPC string } -- cgit v1.2.3