CommitSync returns tmsp.Result

This commit is contained in:
Jae Kwon
2016-03-23 02:50:29 -07:00
parent 5a3975d54a
commit 6785b9a3b6
10 changed files with 82 additions and 50 deletions

View File

@ -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