diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2021-05-13 16:19:44 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2021-06-16 10:48:38 +0200 |
commit | 7d9453041b827bafbdfc1ac0b01c7b7e1ee2bd4f (patch) | |
tree | 8e4b23d7e923bc21e75e0e03e81f4590a1a4210c /src/wallet/wallet.h | |
parent | fc0eca31b33f87882e2aa329a3746d4e08af1985 (diff) |
refactor: clean up external_signer.h includes
Co-Authored-By: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index d0e26c416c..66f39edb4d 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -21,7 +21,6 @@ #include <validationinterface.h> #include <wallet/coinselection.h> #include <wallet/crypter.h> -#include <external_signer.h> #include <wallet/receive.h> #include <wallet/scriptpubkeyman.h> #include <wallet/spend.h> |