informalsystems / informalsystems/multisig
Confusing error message
Open
enhancement
multisig
- Dominant language
- Go
- Stars
- 37
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Michael was trying to broadcast a test message from a 3-of-5 multisig address. The command should obviously fail, because he didn't sign it and it was just a test. But the error message was misleading:
```
Error: Insufficient signatures for broadcast. Requires 2, got 0
```
Michael's correct response:
```
This one actually requires three…
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.