File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ var NodekeyCmd = &cobra.Command{
6767 Short : "Generate node keys for different blockchain clients and protocols." ,
6868 Long : usage ,
6969 PersistentPreRun : func (cmd * cobra.Command , args []string ) {
70- inputNodeKeyPrivateKey = flag_loader .GetRpcUrlFlagValue (cmd )
70+ inputNodeKeyPrivateKey = flag_loader .GetPrivateKeyFlagValue (cmd )
7171 },
7272 RunE : func (cmd * cobra.Command , args []string ) error {
7373 var nko nodeKeyOut
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ var SignerCmd = &cobra.Command{
8080 Short : "Utilities for security signing transactions" ,
8181 Long : signerUsage ,
8282 PersistentPreRun : func (cmd * cobra.Command , args []string ) {
83- inputSignerOpts .privateKey = flag_loader .GetRpcUrlFlagValue (cmd )
83+ inputSignerOpts .privateKey = flag_loader .GetPrivateKeyFlagValue (cmd )
8484 },
8585 Args : cobra .NoArgs ,
8686}
You can’t perform that action at this time.
0 commit comments