diff --git a/cli/paych.go b/cli/paych.go index 92c1a13e31f..325d9160f64 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