Add New Msg Type

This commit is contained in:
CocoaHuke 2018-06-21 21:30:27 -07:00
parent 83ea313fe8
commit f2cdc9b104
No known key found for this signature in database
GPG key ID: E300819C1AE33223

View file

@ -77,6 +77,7 @@ const (
MsgProofsV2 MsgProofsV2
MsgHeaderProofs MsgHeaderProofs
MsgHelperTrieProofs MsgHelperTrieProofs
MsgTxStatus
) )
// Msg encodes a LES message that delivers reply data for a request // Msg encodes a LES message that delivers reply data for a request