Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouziyan committed Mar 23, 2017
2 parents 8303312 + 14558f2 commit 0405d87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion consensus/dbft/consensusContext.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,10 @@ func (cxt *ConsensusContext) Reset(client cl.Client, localNode net.Neter) {
cxt.Signatures = make([][]byte, minerLen)
cxt.ExpectedView = make([]byte, minerLen)

log.Debug("[Consensus Miners] ", cxt.Miners)
log.Debug("[Consensus Miners Length] = ", minerLen)
for _, v := range cxt.Miners {
pubkey, _ := v.EncodePoint(true)
log.Debug("[Consensus Miners] = ", pubkey)
}

for i := 0; i < minerLen; i++ {
Expand Down

0 comments on commit 0405d87

Please sign in to comment.