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
commit e3f1eb29a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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