From fac96e6450d595fe67168cb7afa7692da6cc9973 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 19 Jun 2020 18:07:18 -0400 Subject: wallet: Do not include server symbols ui_interface is in libbitcoin_server and can not be included in the wallet because the wallet does not link with server symbols. --- src/interfaces/wallet.cpp | 2 +- src/interfaces/wallet.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interfaces') diff --git a/src/interfaces/wallet.cpp b/src/interfaces/wallet.cpp index b65eb72b1c..a57a086047 100644 --- a/src/interfaces/wallet.cpp +++ b/src/interfaces/wallet.cpp @@ -13,11 +13,11 @@ #include