Skip to content

Commit

Permalink
Merge pull request #228 from kcalvinalvin/2024-11-27-add-missing-invv…
Browse files Browse the repository at this point in the history
…ect-types

wire: update invvect types
  • Loading branch information
kcalvinalvin authored Nov 27, 2024
2 parents 8789b76 + 5629bfb commit 7111fb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wire/invvect.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ const (
InvTypeTx InvType = 1
InvTypeBlock InvType = 2
InvTypeFilteredBlock InvType = 3
InvTypeUtreexoProofHash InvType = 4
InvTypeCompactBlock InvType = 4
InvTypeWTXIDTx InvType = 5
InvTypeUtreexoProofHash InvType = 6
InvTypeWitnessBlock InvType = InvTypeBlock | InvWitnessFlag
InvTypeUtreexoBlock InvType = InvTypeBlock | InvUtreexoFlag
InvTypeWitnessUtreexoBlock InvType = InvTypeBlock | InvWitnessFlag | InvUtreexoFlag
Expand Down

0 comments on commit 7111fb7

Please sign in to comment.