mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-21 07:22:20 +00:00
7167d4e4c7
Ensure that the types in result.go implement both json.Marshaler and json.Unmarshaler and thus avoid any accidental deletions of their respective methods which would then cause surprises at runtime.