Skip to content

Commit 3ffbe68

Browse files
committed
fix
1 parent b1e9f9c commit 3ffbe68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dot/state/block_finalisation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ func (bs *BlockState) handleFinalisedBlock(curr common.Hash) error {
239239
}
240240

241241
logger.Tracef("cleaned out finalised block from memory; block number %s with hash %s", block.Header.Number, hash)
242-
bs.pruneKeyCh <- header
242+
bs.pruneKeyCh <- &block.Header
243243
}
244244

245245
return batch.Flush()

0 commit comments

Comments
 (0)