mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-04 15:17:02 +00:00
Fix json for TMResult to not include "TMResultInner"
This commit is contained in:
@@ -218,7 +218,7 @@ type TMResultInner interface {
|
||||
}
|
||||
|
||||
type TMResult struct {
|
||||
TMResultInner
|
||||
TMResultInner `json:"unwrap"`
|
||||
}
|
||||
|
||||
func (tmr TMResult) MarshalJSON() ([]byte, error) {
|
||||
|
||||
Reference in New Issue
Block a user