From c8f469c6d50a8db6d92f0aed47a5d1cc82f30f7f Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 13 Apr 2021 19:55:59 +0800 Subject: external_signer: remove ExternalSignerException It's not clear why this need it's own exception class, as opposed to just throwing std::runtime_error(). --- src/external_signer.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/external_signer.h') 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 #include -#include #include #include @@ -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 -- cgit v1.2.3