We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a65be7 commit d09d514Copy full SHA for d09d514
lnwire/init_message.go
@@ -63,5 +63,5 @@ func (msg *Init) MsgType() MessageType {
63
//
64
// This is part of the lnwire.Message interface.
65
func (msg *Init) MaxPayloadLength(uint32) uint32 {
66
- return 2 + maxAllowedSize + 2 + maxAllowedSize
+ return 2 + 2 + maxAllowedSize + 2 + maxAllowedSize
67
}
0 commit comments