Skip to content

Commit 8d8fa81

Browse files
authored
chore: fix some function names in comment (#2337)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## Overview <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. Ex: Closes #<issue number> --> fix some function names in comment <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Style** - Updated test and constructor function comments for improved clarity and consistency. No changes to functionality or behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: acceptacross <csqcqs@gmail.com>
1 parent 6539a18 commit 8d8fa81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

block/retriever_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ func TestRetrieveLoop_ProcessError_Other(t *testing.T) {
673673
mockLogger.AssertExpectations(t)
674674
}
675675

676-
// TestProcessNextDAHeader_DataWithNoTxs verifies that a data with no transactions is ignored and does not emit events or mark as DA included.
676+
// TestProcessNextDAHeader_WithNoTxs verifies that a data with no transactions is ignored and does not emit events or mark as DA included.
677677
func TestProcessNextDAHeader_WithNoTxs(t *testing.T) {
678678
t.Parallel()
679679
daHeight := uint64(55)

execution/evm/execution.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type EngineClient struct {
4242
feeRecipient common.Address // Address to receive transaction fees
4343
}
4444

45-
// NewPureEngineExecutionClient creates a new instance of EngineAPIExecutionClient
45+
// NewEngineExecutionClient creates a new instance of EngineAPIExecutionClient
4646
func NewEngineExecutionClient(
4747
ethURL,
4848
engineURL string,

0 commit comments

Comments
 (0)