Browse Source

fix debug output

pull/96/head
Jae Kwon 9 years ago
parent
commit
24b9f8647c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consensus/reactor.go

+ 1
- 1
consensus/reactor.go View File

@ -938,7 +938,7 @@ type BlockPartMessage struct {
}
func (m *BlockPartMessage) String() string {
return fmt.Sprintf("[BlockPart H:%v R:%v T:%X P:%v]", m.Height, m.Round, m.Part)
return fmt.Sprintf("[BlockPart H:%v R:%v P:%v]", m.Height, m.Round, m.Part)
}
//-------------------------------------


Loading…
Cancel
Save