Files
bitcoin/src/wallet/external_signer_scriptpubkeyman.h
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

1.6 KiB