cli: msig: Cleanup duplicate signer message
This commit is contained in:
+1
-1
@@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user