mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
s/GetHash/Commit/g
This commit is contained in:
@@ -15,7 +15,7 @@ type Application interface {
|
||||
CheckTx(tx []byte) (code CodeType, result []byte, log string)
|
||||
|
||||
// Return the application Merkle root hash
|
||||
GetHash() (hash []byte, log string)
|
||||
Commit() (hash []byte, log string)
|
||||
|
||||
// Query for state
|
||||
Query(query []byte) (code CodeType, result []byte, log string)
|
||||
|
Reference in New Issue
Block a user