From 60247916c40dd8d27f06ca1622d4b29c5c103810 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 2 May 2018 19:04:46 +0300 Subject: [PATCH] Syntax --- iguana/dpow/dpow_network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_network.c b/iguana/dpow/dpow_network.c index 54acd62ff..a92711c6e 100755 --- a/iguana/dpow/dpow_network.c +++ b/iguana/dpow/dpow_network.c @@ -1510,7 +1510,7 @@ void dpow_bestconsensus(struct dpow_info *dp,struct dpow_block *bp) bestmatches++; } } - if ( (bestmatches > bp->bestmatches || (bestmatches == bp->bestmatches && matches > bp->matches) && besti >= 0 && bestks[besti] >= 0 && masks[besti] != 0 && (recvmask & masks[besti]) == masks[besti] ) + if ( (bestmatches > bp->bestmatches || (bestmatches == bp->bestmatches && matches > bp->matches)) && besti >= 0 && bestks[besti] >= 0 && masks[besti] != 0 && (recvmask & masks[besti]) == masks[besti] ) { bp->matches = matches; bp->bestmatches = bestmatches;