Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
reee
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Bear committed Nov 1, 2023
1 parent 9544b60 commit 5f24220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/core/chain_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5f24220

Please sign in to comment.