Merge pull request #8823 from filecoin-project/fix/ux-paych-addfunds
fix: paych: Print "waiting for confirmation.."
This commit is contained in:
commit
e3f1eb29a1
@ -92,6 +92,7 @@ var paychAddFundsCmd = &cli.Command{
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Wait for the message to be confirmed
|
// Wait for the message to be confirmed
|
||||||
|
fmt.Println("waiting for confirmation..")
|
||||||
chAddr, err := api.PaychGetWaitReady(ctx, info.WaitSentinel)
|
chAddr, err := api.PaychGetWaitReady(ctx, info.WaitSentinel)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
Reference in New Issue
Block a user