mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Add New Msg Type
This commit is contained in:
parent
83ea313fe8
commit
f2cdc9b104
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue