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

Commit

Permalink
feat: update flag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Feb 14, 2024
1 parent 3dc71af commit fe1ce39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flags/proposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ var (
}
BlobAllowed = &cli.BoolFlag{
Name: "blobAllowed",
Usage: "Send blob tx when propose block",
Usage: "Send EIP-4844 blob transactions when proposing blocks",
Value: false,
}
L1BlockBuilderTip = &cli.Uint64Flag{
Expand Down

0 comments on commit fe1ce39

Please sign in to comment.