cli: msig: Cleanup duplicate signer message

This commit is contained in:
Łukasz Magiera 2022-07-07 13:41:47 +02:00 committed by GitHub
parent e3003dce31
commit e278380f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -907,7 +907,7 @@ var msigAddProposeCmd = &cli.Command{
for _, s := range signers { for _, s := range signers {
if s == addrId { if s == addrId {
return fmt.Errorf("The add a signer address(%s) is included in the signers", addr.String()) return fmt.Errorf("%s is already a signer", addr.String())
} }
} }