Skip to content

Commit

Permalink
Merge pull request #8823 from filecoin-project/fix/ux-paych-addfunds
Browse files Browse the repository at this point in the history
fix: paych: Print "waiting for confirmation.."
  • Loading branch information
arajasek authored Jun 8, 2022
2 parents 27eaeba + 0444563 commit e3f1eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/paych.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3f1eb2

Please sign in to comment.