Remove wire::MessageType in favor of u16
authorJeffrey Czyz <jkczyz@gmail.com>
Wed, 18 Aug 2021 15:41:01 +0000 (10:41 -0500)
committerTibo-lg <thibaut@cryptogarage.co.jp>
Wed, 25 Aug 2021 04:22:09 +0000 (13:22 +0900)
With custom messages, wire::Type was introduced. wire::MessageType is a
bit redundant, so use u16 instead and move is_even to wire::Message.


No differences found