You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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…
The text was updated successfully, but these errors were encountered:
This message is confusing because the signature threshold is hard-coded in the code to, it's set to '2'. There's a TODO message saying that the threshold should be part of the config
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:
Michael's correct response:
The text was updated successfully, but these errors were encountered: