This commit is contained in:
kaola526 2022-06-14 10:40:45 +08:00
parent 9e27c49168
commit bc25a3fd37

View File

@ -912,7 +912,6 @@ var msigAddProposeCmd = &cli.Command{
if signerActor == addr {
return fmt.Errorf("The add a signer address(%s) is included in the signers", addr.String())
}
}
proto, err := api.MsigAddPropose(ctx, msig, from, addr, cctx.Bool("increase-threshold"))