Closed
Description
opened on Mar 26, 2019
Throughout the module handlers, unknown message types are returned with the error ErrTxDecode
which is not necessarily correct, quoting @alexanderbez "somehow a message got routed incorrectly or the type is unsupported. It has nothing to do with tx decoding (at least not directly)."
Acceptance Criteria
- Messages that are routed improperly should return an
ErrUnknownRequest
error
Activity