This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Fix json for TMResult to not include "TMResultInner"
pull/467/head
Ethan Frey
8 years ago
parent
f6f1f1992c
commit
bff8402fe8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rpc/core/types/responses.go
+ 1
- 1
rpc/core/types/responses.go
View File
@ -218,7 +218,7 @@ type TMResultInner interface {
}
type
TMResult
struct
{
TMResultInner
TMResultInner
`
json:"unwrap"
`
}
func
(
tmr
TMResult
)
MarshalJSON
(
)
(
[
]
byte
,
error
)
{
Write
Preview
Loading…
Cancel
Save