mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 17:31:34 +00:00
CommitSync returns tmsp.Result
This commit is contained in:
@ -16,7 +16,7 @@ type Application interface {
|
||||
CheckTx(tx []byte) Result
|
||||
|
||||
// Return the application Merkle root hash
|
||||
Commit() (hash []byte, log string)
|
||||
Commit() Result
|
||||
|
||||
// Query for state
|
||||
Query(query []byte) Result
|
||||
|
Reference in New Issue
Block a user