mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
Remove BeginBlock
This commit is contained in:
@ -20,6 +20,5 @@ type AppConn interface {
|
||||
FlushSync() error
|
||||
CommitSync() (hash []byte, log string, err error)
|
||||
InitChainSync(validators []*tmsp.Validator) (err error)
|
||||
BeginBlockSync(height uint64) (err error)
|
||||
EndBlockSync() (changedValidators []*tmsp.Validator, err error)
|
||||
EndBlockSync(height uint64) (changedValidators []*tmsp.Validator, err error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user