diff options
Diffstat (limited to 'src/external_signer.h')
-rw-r--r-- | src/external_signer.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/external_signer.h b/src/external_signer.h index 798662672e..b3b202091a 100644 --- a/src/external_signer.h +++ b/src/external_signer.h @@ -8,7 +8,6 @@ #include <univalue.h> #include <util/system.h> -#include <stdexcept> #include <string> #include <vector> @@ -16,11 +15,6 @@ struct PartiallySignedTransaction; -class ExternalSignerException : public std::runtime_error { -public: - using std::runtime_error::runtime_error; -}; - //! Enables interaction with an external signing device or service, such as //! a hardware wallet. See doc/external-signer.md class ExternalSigner |