fix ci/circleci error

This commit is contained in:
kaola526 2022-06-21 17:49:10 +08:00
parent ace17753f0
commit e3003dce31

View File

@ -899,12 +899,12 @@ var msigAddProposeCmd = &cli.Command{
if err != nil {
return err
}
addrId, err := api.StateLookupID(ctx, addr, types.EmptyTSK)
if err != nil {
return err
}
for _, s := range signers {
if s == addrId {
return fmt.Errorf("The add a signer address(%s) is included in the signers", addr.String())