We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5b4cf commit 4fc8ceeCopy full SHA for 4fc8cee
cmd/signer/signer.go
@@ -24,7 +24,6 @@ import (
24
25
kms "cloud.google.com/go/kms/apiv1"
26
"cloud.google.com/go/kms/apiv1/kmspb"
27
- "github.com/0xPolygon/polygon-cli/cmd/flag_loader"
28
"github.com/0xPolygon/polygon-cli/gethkeystore"
29
accounts2 "github.com/ethereum/go-ethereum/accounts"
30
"github.com/ethereum/go-ethereum/accounts/keystore"
@@ -79,10 +78,7 @@ var SignerCmd = &cobra.Command{
79
78
Use: "signer",
80
Short: "Utilities for security signing transactions",
81
Long: signerUsage,
82
- PersistentPreRun: func(cmd *cobra.Command, args []string) {
83
- inputSignerOpts.privateKey = flag_loader.GetRpcUrlFlagValue(cmd)
84
- },
85
- Args: cobra.NoArgs,
+ Args: cobra.NoArgs,
86
}
87
88
var SignCmd = &cobra.Command{
0 commit comments