Skip to content

Commit 4a835f5

Browse files
committed
fix: revert ecrecover
1 parent 879506c commit 4a835f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/ecrecover/ecrecover.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ var EcRecoverCmd = &cobra.Command{
127127

128128
func init() {
129129
f := EcRecoverCmd.Flags()
130-
f.StringVarP(&rpcUrl, "rpc-url", "r", "", "RPC endpoint URL")
130+
f.StringVarP(&rpcUrl, "rpc-url", "r", "", "the RPC endpoint URL")
131131
f.Uint64VarP(&blockNumber, "block-number", "b", 0, "block number to check the extra data for (default: latest)")
132132
f.StringVarP(&filePath, "file", "f", "", "path to a file containing block information in JSON format")
133133
f.StringVarP(&txData, "tx", "t", "", "transaction data in hex format")

doc/polycli_ecrecover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ JSON Data passed in follows object definition [here](https://www.quicknode.com/d
4747
-b, --block-number uint block number to check the extra data for (default: latest)
4848
-f, --file string path to a file containing block information in JSON format
4949
-h, --help help for ecrecover
50-
-r, --rpc-url string RPC endpoint URL
50+
-r, --rpc-url string the RPC endpoint URL
5151
-t, --tx string transaction data in hex format
5252
```
5353

0 commit comments

Comments
 (0)