From b8ad3efcf7b05173660b39cf78e488954288e853 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 10 Nov 2016 21:37:18 -0300 Subject: [PATCH] test --- iguana/dpow/dpow_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_fsm.c b/iguana/dpow/dpow_fsm.c index ff5b35338..2e98bd25a 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/iguana/dpow/dpow_fsm.c @@ -37,7 +37,7 @@ void dpow_ratify_update(struct supernet_info *myinfo,struct dpow_info *dp,struct else bp->ratifysigmasks[i] &= ~(1LL << senderind); } } - bp->ratifyrecvmask |= (1LL << senderind); + bp->ratifyrecvmask |= (1LL << senderind) | (1LL << bp->myind); bp->ratifybestmask = dpow_ratifybest(bp->ratifyrecvmask,bp,&bp->ratifybestk); if ( bp->ratifybestk >= 0 ) {