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

Commit

Permalink
docs(flags): update txpool.locals flag usage (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Mar 20, 2023
1 parent a8dcdac commit dac6102
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit dac6102

Please sign in to comment.