Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit cceed17

Browse files
Update cmd/flags/proposer.go
Co-authored-by: David <david@taiko.xyz>
1 parent 896bf98 commit cceed17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/flags/proposer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
}
2323
L2SuggestedFeeRecipient = &cli.StringFlag{
2424
Name: "l2.suggestedFeeRecipient",
25-
Usage: "Address of the proposed block's suggested fee recipient",
25+
Usage: "Address of the proposed block's suggested L2 fee recipient",
2626
Required: true,
2727
Category: proposerCategory,
2828
}

0 commit comments

Comments
 (0)