From 5f24220ffa6d4d3cfd00b864696597069ab76cef Mon Sep 17 00:00:00 2001 From: Devon Bear Date: Wed, 1 Nov 2023 14:30:25 -0400 Subject: [PATCH] reee --- eth/core/chain_writer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/core/chain_writer.go b/eth/core/chain_writer.go index 6edb47b09..74657e077 100644 --- a/eth/core/chain_writer.go +++ b/eth/core/chain_writer.go @@ -82,7 +82,7 @@ func (bc *blockchain) InsertBlockAndSetHead(block *types.Block) error { return err } -// SetHeadAndFinalize sets the head of the blockchain to the given block and finalizes the block. +// WriteBlockAndSetHead sets the head of the blockchain to the given block and finalizes the block. func (bc *blockchain) WriteBlockAndSetHead( block *types.Block, receipts []*types.Receipt, logs []*types.Log, _ state.StateDB, emitHeadEvent bool,