aboutsummaryrefslogtreecommitdiffstats
path: root/dex
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-03 22:56:32 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:49:56 +0800
commitac9e058b69c9a1c831e86aac0a879cd9b7f2bf77 (patch)
tree99dfcb089669dd0e868925b783170e6bf2c25cf1 /dex
parente4a0d89a5245d1d5b29bc17612ebbe42f8a34ecc (diff)
downloaddexon-ac9e058b69c9a1c831e86aac0a879cd9b7f2bf77.tar
dexon-ac9e058b69c9a1c831e86aac0a879cd9b7f2bf77.tar.gz
dexon-ac9e058b69c9a1c831e86aac0a879cd9b7f2bf77.tar.bz2
dexon-ac9e058b69c9a1c831e86aac0a879cd9b7f2bf77.tar.lz
dexon-ac9e058b69c9a1c831e86aac0a879cd9b7f2bf77.tar.xz
dexon-ac9e058b69c9a1c831e86aac0a879cd9b7f2bf77.tar.zst
dexon-ac9e058b69c9a1c831e86aac0a879cd9b7f2bf77.zip
test: disable standalone RPC server as BroadcastBlock currently cause forking
Diffstat (limited to 'dex')
-rw-r--r--dex/handler.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/dex/handler.go b/dex/handler.go
index 00d2fb78c..68c682eda 100644
--- a/dex/handler.go
+++ b/dex/handler.go
@@ -1046,9 +1046,7 @@ func (pm *ProtocolManager) peerSetLoop() {
for {
select {
- case event := <-pm.chainHeadCh:
- pm.BroadcastBlock(event.Block, true)
-
+ case <-pm.chainHeadCh:
newRound := pm.gov.LenCRS() - 1
log.Trace("new round", "round", newRound)
if newRound == round {