mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-28 21:51:22 +00:00
mark Result as deprecated
This commit is contained in:
parent
5fd83b3eee
commit
01252e8cc8
@ -8,6 +8,7 @@ import (
|
||||
|
||||
// Result is a common result object for ABCI calls.
|
||||
// CONTRACT: a zero Result is OK.
|
||||
// DEPRECATED: prefer raw types instead.
|
||||
type Result struct {
|
||||
Code CodeType `json:"code"`
|
||||
Data data.Bytes `json:"data"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user