diff --git a/cli/paych.go b/cli/paych.go index 92c1a13e3..325d9160f 100644 --- a/cli/paych.go +++ b/cli/paych.go @@ -92,6 +92,7 @@ var paychAddFundsCmd = &cli.Command{ } // Wait for the message to be confirmed + fmt.Println("waiting for confirmation..") chAddr, err := api.PaychGetWaitReady(ctx, info.WaitSentinel) if err != nil { return err