Update cmd/lotus-miner/actor.go

Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
This commit is contained in:
Aayush Rajasekaran
2021-10-11 08:24:00 -04:00
committed by Jennifer Wang
co-authored by Jiaying Wang
parent 2241f02621
commit cab724841a
+1 -1
View File
@@ -282,7 +282,7 @@ var actorWithdrawCmd = &cli.Command{
fmt.Printf("Requested rewards withdrawal in message %s\n", smsg.Cid())
// wait for it to get mined into a block
fmt.Println("using ", uint64(cctx.Int("confidence")))
fmt.Printf("waiting for %x epochs for confirmation..\n", uint64(cctx.Int("confidence")))
wait, err := api.StateWaitMsg(ctx, smsg.Cid(), uint64(cctx.Int("confidence")))
if err != nil {
return err