mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 02:31:46 +00:00
CommitSync() returns tmsp.Result
This commit is contained in:
@ -18,7 +18,7 @@ type AppConn interface {
|
||||
|
||||
InfoSync() (info string, err error)
|
||||
FlushSync() error
|
||||
CommitSync() (hash []byte, log string, err error)
|
||||
CommitSync() (res tmsp.Result)
|
||||
InitChainSync(validators []*tmsp.Validator) (err error)
|
||||
EndBlockSync(height uint64) (changedValidators []*tmsp.Validator, err error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user