bitcoin/test/functional/mocks
Sjors Provoost 4357158c47
wallet: return and display signer error
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.
2024-04-16 17:47:43 +02:00
..
invalid_signer.py script, test: fix python linter E275 errors with flake8 5.0.4 2023-01-03 10:59:56 -08:00
multi_signers.py GetExternalSigner(): fail if multiple signers are found 2022-06-09 20:34:46 +02:00
signer.py wallet: return and display signer error 2024-04-16 17:47:43 +02:00