core/txpool/blobpool: fix receiver name

This commit is contained in:
Felix Lange 2024-06-11 16:30:34 +02:00
parent b83c5a7766
commit 1a718153d2

View file

@ -143,7 +143,7 @@ func (bc *testBlockChain) CurrentFinalBlock() *types.Header {
}
}
func (bt *testBlockChain) GetBlock(hash common.Hash, number uint64) *types.Block {
func (bc *testBlockChain) GetBlock(hash common.Hash, number uint64) *types.Block {
return nil
}