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

docs(flags): update txpool.locals flag usage #181

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cmd/flags/proposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ var (
}
TxPoolLocals = &cli.StringFlag{
Name: "txpool.locals",
Usage: "Perform a weighted shuffle when building the transactions list to propose",
Value: "Comma separated accounts to treat as locals (priority inclusion)",
Usage: "Comma separated accounts to treat as locals (priority inclusion)",
Category: proposerCategory,
}
ProposeEmptyBlocksInterval = &cli.StringFlag{
Expand Down