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
+1 -1
View File
@@ -907,7 +907,7 @@ var msigAddProposeCmd = &cli.Command{
for _, s := range signers {
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())
}
}