mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
lnwire: add a case in MessageType.String() for UpdateFee
This commit is contained in:
@@ -92,6 +92,8 @@ func (t MessageType) String() string {
|
||||
return "AnnounceSignatures"
|
||||
case MsgPong:
|
||||
return "Pong"
|
||||
case MsgUpdateFee:
|
||||
return "UpdateFee"
|
||||
default:
|
||||
return "<unknown>"
|
||||
}
|
||||
|
Reference in New Issue
Block a user