From d95d7f63c943a60faf25715158166da827bdc19c Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Tue, 21 Nov 2023 16:38:38 +0700 Subject: [PATCH] refactor: remove dependency scriptpubkeyman on uiInterface --- src/wallet/scriptpubkeyman.cpp | 7 +++---- src/wallet/scriptpubkeyman.h | 3 +++ src/wallet/wallet.cpp | 5 +++++ src/wallet/wallet.h | 2 ++ 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/wallet/scriptpubkeyman.cpp b/src/wallet/scriptpubkeyman.cpp index 78a2dbc2bc..74cd330038 100644 --- a/src/wallet/scriptpubkeyman.cpp +++ b/src/wallet/scriptpubkeyman.cpp @@ -8,7 +8,6 @@ #include