Skip to content

Commit

Permalink
Fix description of tx receiver flag
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Jun 8, 2023
1 parent cca38e3 commit 56a981c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ var (
}
TxFeeRecipientFlag = cli.StringFlag{
Name: "tx-fee-recipient",
Usage: "Public address for block transaction fees and gateway fees",
Usage: "Public address for block transaction fees",
Value: "0",
}
BLSbaseFlag = cli.StringFlag{
Expand Down

0 comments on commit 56a981c

Please sign in to comment.