fix debug output

This commit is contained in:
Jae Kwon 2015-06-26 17:14:40 -07:00
parent 9b00f32901
commit 24b9f8647c
1 changed files with 1 additions and 1 deletions

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)
}
//-------------------------------------