Commit 0e028e1c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1b224d8b
...@@ -89,7 +89,6 @@ func testMsgMarshal(t *testing.T, enc Encoding, msg Msg, encoded string) { ...@@ -89,7 +89,6 @@ func testMsgMarshal(t *testing.T, enc Encoding, msg Msg, encoded string) {
} }
}() }()
// msg.encode() == expected // msg.encode() == expected
msgCode := msg.neoMsgCode() msgCode := msg.neoMsgCode()
n := enc.MsgEncodedLen(msg) n := enc.MsgEncodedLen(msg)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment