From bc1a505da249e02bc0954f65a1bfce23ae31b310 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Mon, 5 Nov 2018 18:33:46 +0800 Subject: HACK: enable TX handling temporarily --- dex/handler.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dex') diff --git a/dex/handler.go b/dex/handler.go index 68c682eda..76c500406 100644 --- a/dex/handler.go +++ b/dex/handler.go @@ -159,6 +159,9 @@ func NewProtocolManager( receiveCh: make(chan interface{}, 1024), } + // TODO(w): remove this hack once we have fix block processing. + atomic.StoreUint32(&manager.acceptTxs, 1) + // Figure out whether to allow fast sync or not if mode == downloader.FastSync && blockchain.CurrentBlock().NumberU64() > 0 { log.Warn("Blockchain not empty, fast sync disabled") -- cgit v1.2.3