mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-12 02:56:21 +00:00
PR feedback fixes
This commit is contained in:
@@ -133,4 +133,3 @@ func (mockBlockStore) LoadSeenCommit() *types.Commit { retur
|
||||
func (mockBlockStore) PruneBlocks(height int64) (uint64, error) { return 0, nil }
|
||||
func (mockBlockStore) SaveBlock(block *types.Block, blockParts *types.PartSet, seenCommit *types.Commit) {
|
||||
}
|
||||
func (mockBlockStore) Close() error { return nil }
|
||||
|
||||
Reference in New Issue
Block a user