diff --git a/cmd/flags/proposer.go b/cmd/flags/proposer.go index 73b608a4e..2e504772f 100644 --- a/cmd/flags/proposer.go +++ b/cmd/flags/proposer.go @@ -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{