mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 23:53:41 +02:00
lnwire: make custom type start a constant
This commit is contained in:
@@ -8,7 +8,8 @@ import (
|
||||
|
||||
// CustomTypeStart is the start of the custom type range for peer messages as
|
||||
// defined in BOLT 01.
|
||||
var CustomTypeStart MessageType = 32768
|
||||
const CustomTypeStart MessageType = 32768
|
||||
|
||||
|
||||
// Custom represents an application-defined wire message.
|
||||
type Custom struct {
|
||||
|
Reference in New Issue
Block a user