peer log: add MsgCFHeaders and MsgGetCFHeaders string representation

This commit is contained in:
Johan T. Halseth 2018-10-01 13:40:30 +02:00
parent 2a560b2036
commit 5e578f546f
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -199,6 +199,14 @@ func messageSummary(msg wire.Message) string {
case *wire.MsgHeaders:
return fmt.Sprintf("num %d", len(msg.Headers))
case *wire.MsgGetCFHeaders:
return fmt.Sprintf("start_height=%d, stop_hash=%v",
msg.StartHeight, msg.StopHash)
case *wire.MsgCFHeaders:
return fmt.Sprintf("stop_hash=%v, num_filter_hashes=%d",
msg.StopHash, len(msg.FilterHashes))
case *wire.MsgReject:
// Ensure the variable length strings don't contain any
// characters which are even remotely dangerous such as HTML