From 7d97b8d323de76469610762821399925032b70bc Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 21 Sep 2015 15:58:43 +1000 Subject: [PATCH] The stratifier shouldn't be broadcasting anything in passthrough mode --- src/stratifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index dc479330..7073f97a 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -1773,7 +1773,7 @@ retry: LOGDEBUG("%ds elapsed in strat_loop, updating gbt base", ckp->update_interval); update_base(ckp, GEN_NORMAL); - } else { + } else if (!ckp->passthrough) { LOGDEBUG("%ds elapsed in strat_loop, pinging miners", ckp->update_interval); broadcast_ping(sdata);