mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 10:41:41 +00:00
Query returns Code
This commit is contained in:
@ -18,5 +18,5 @@ type Application interface {
|
||||
GetHash() (hash []byte, log string)
|
||||
|
||||
// Query for state
|
||||
Query(query []byte) (result []byte, log string)
|
||||
Query(query []byte) (code RetCode, result []byte, log string)
|
||||
}
|
||||
|
Reference in New Issue
Block a user