Skip to content

Commit eb57b8a

Browse files
committed
fixes
1 parent 66ceeb4 commit eb57b8a

File tree

4 files changed

+701
-702
lines changed

4 files changed

+701
-702
lines changed

cmd/control/control.go

+1
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ func startFunc(*cobra.Command, []string) error {
313313
return fmt.Errorf("only one of wallet-private-key and wallet-private-key-path can be provided")
314314
}
315315
if walletPrivateKey != "" {
316+
ux.Print(log, logging.Yellow.Wrap("funding wallet private key provided: %s"), walletPrivateKey)
316317
opts = append(opts, client.WithWalletPrivateKey(walletPrivateKey))
317318
}
318319
if walletPrivateKeyPath != "" {

0 commit comments

Comments
 (0)