test: add more msig cli tests

This commit is contained in:
Dirk McCormick
2020-10-15 12:45:02 +02:00
parent 9c99171cb8
commit f74852bd73
2 changed files with 36 additions and 3 deletions
+1 -1
View File
@@ -677,7 +677,7 @@ var msigAddProposeCmd = &cli.Command{
return err
}
fmt.Println("sent add proposal in message: ", msgCid)
fmt.Fprintln(cctx.App.Writer, "sent add proposal in message: ", msgCid)
wait, err := api.StateWaitMsg(ctx, msgCid, build.MessageConfidence)
if err != nil {