Skip to content

Commit

Permalink
fix ci/circleci error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaola526 committed Jun 21, 2022
1 parent ace1775 commit e3003dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/multisig.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit e3003dc

Please sign in to comment.