From f01ee1f000d0583d8508844e14cd42573ee4c51c Mon Sep 17 00:00:00 2001 From: David Date: Mon, 20 Mar 2023 18:14:25 +0800 Subject: [PATCH] docs(flags): update `txpool.locals` flag usage --- cmd/flags/proposer.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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{