Update cmd/lotus-miner/actor.go
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
This commit is contained in:
parent
e158b1d1e4
commit
be774f55ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user