Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez committed Aug 13, 2024
1 parent 66ceeb4 commit eb57b8a
Show file tree
Hide file tree
Showing 4 changed files with 701 additions and 702 deletions.
1 change: 1 addition & 0 deletions cmd/control/control.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ func startFunc(*cobra.Command, []string) error {
return fmt.Errorf("only one of wallet-private-key and wallet-private-key-path can be provided")
}
if walletPrivateKey != "" {
ux.Print(log, logging.Yellow.Wrap("funding wallet private key provided: %s"), walletPrivateKey)
opts = append(opts, client.WithWalletPrivateKey(walletPrivateKey))
}
if walletPrivateKeyPath != "" {
Expand Down
Loading

0 comments on commit eb57b8a

Please sign in to comment.