Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: failed to marshal JSON for types.Any
The logger was trying to marshal `MsgAddEvidence` messages as JSON, but failing on the `Any` fields in it, as it does not have access to the unpacker interfaces registry.
- Loading branch information