jl777 8 years ago
parent
commit
b8ad3efcf7
  1. 2
      iguana/dpow/dpow_fsm.c

2
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 )
{

Loading…
Cancel
Save