Both RPC and GUI now render a useful error message instead of (silently) failing. Replace bool with util::Result<void> to clarify that this either succeeds or returns an error message. |
||
|---|---|---|
| .. | ||
| invalid_signer.py | ||
| multi_signers.py | ||
| signer.py | ||
Both RPC and GUI now render a useful error message instead of (silently) failing. Replace bool with util::Result<void> to clarify that this either succeeds or returns an error message. |
||
|---|---|---|
| .. | ||
| invalid_signer.py | ||
| multi_signers.py | ||
| signer.py | ||