Other minor updates

This commit is contained in:
Aleksandr Bezobchuk
2018-10-24 10:23:12 -04:00
parent 7cd5e47eea
commit 9a076e9526
5 changed files with 4 additions and 32 deletions
+1
View File
@@ -67,6 +67,7 @@ func newTestCodec() *wire.Codec {
codec := wire.NewCodec()
types.RegisterWire(codec)
auth.RegisterWire(codec)
wire.RegisterCrypto(codec)
return codec