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