Merge pull request #8368 from rjan90/fix/ux-msig-create

fix: multisig: Print "waiting for confirmation.."
This commit is contained in:
Jiaying Wang 2022-03-25 11:15:15 -04:00 committed by GitHub
commit a449937682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,6 +161,7 @@ var msigCreateCmd = &cli.Command{
msgCid := sm.Cid()
fmt.Println("sent create in message: ", msgCid)
fmt.Println("waiting for confirmation..")
// wait for it to get mined into a block
wait, err := api.StateWaitMsg(ctx, msgCid, uint64(cctx.Int("confidence")), build.Finality, true)