Commit 6eaf7dec authored by Levin Zimmermann's avatar Levin Zimmermann

go/neo/client_test: NEO/py now only supports M encoding

With the switch to the msgpack encoding, the NEO/py server
now only supports the M encoding.
parent ccd47c48
......@@ -90,7 +90,7 @@ func (_ *NEOPySrv) Bugs() []string {
}
func (_ *NEOPySrv) BugEncFixed() (bool, proto.Encoding) {
return true, 'N' // NEO/py 1.12
return true, 'M' // NEO/py > 1.12
}
......
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