Merge pull request #8823 from filecoin-project/fix/ux-paych-addfunds

fix: paych: Print "waiting for confirmation.."
This commit is contained in:
Aayush Rajasekaran
2022-06-08 11:25:15 -04:00
committed by GitHub
+1
View File
@@ -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