mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 01:41:31 +00:00
Remove BeginBlock
This commit is contained in:
@ -29,10 +29,7 @@ type BlockchainAware interface {
|
||||
// validators: genesis validators from TendermintCore
|
||||
InitChain(validators []*Validator)
|
||||
|
||||
// Signals the beginning of a block
|
||||
BeginBlock(height uint64)
|
||||
|
||||
// Signals the end of a block
|
||||
// validators: changed validators from app to TendermintCore
|
||||
EndBlock() (validators []*Validator)
|
||||
EndBlock(height uint64) (validators []*Validator)
|
||||
}
|
||||
|
Reference in New Issue
Block a user