mirror of https://github.com/status-im/nim-eth.git
Fix topicquery value
This commit is contained in:
parent
44b30ef0cb
commit
a10ee4cc42
|
@ -16,7 +16,7 @@ type
|
|||
address*: string # TODO: Replace with Address, need hash
|
||||
|
||||
MessageKind* = enum
|
||||
# TODO This is needed only to make Nim 1.0.4 happy
|
||||
# TODO This is needed only to make Nim 1.2.6 happy
|
||||
# Without it, the `MessageKind` type cannot be used as
|
||||
# a discriminator in case objects.
|
||||
unused = 0x00
|
||||
|
@ -30,7 +30,7 @@ type
|
|||
regtopic = 0x07
|
||||
ticket = 0x08
|
||||
regconfirmation = 0x09
|
||||
topicquery = 0x10
|
||||
topicquery = 0x0A
|
||||
|
||||
RequestId* = uint64
|
||||
|
||||
|
|
Loading…
Reference in New Issue