From 897cef91cc74492a70bb39c1eaf2b8c48837fcee Mon Sep 17 00:00:00 2001 From: lateminer Date: Wed, 10 Jan 2018 00:03:40 +0300 Subject: [PATCH] =?UTF-8?q?Fix:=20wallet=5Fismine.h=20=E2=86=92=20script/i?= =?UTF-8?q?smine.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index e0789d35a..9a242de00 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -155,6 +155,7 @@ BITCOIN_CORE_H = \ script/sigcache.h \ script/sign.h \ script/standard.h \ + script/ismine.h \ serialize.h \ streams.h \ support/allocators/secure.h \ @@ -182,7 +183,6 @@ BITCOIN_CORE_H = \ wallet/db.h \ wallet/rpcwallet.h \ wallet/wallet.h \ - wallet/wallet_ismine.h \ wallet/walletdb.h \ zmq/zmqabstractnotifier.h \ zmq/zmqconfig.h\ @@ -226,6 +226,7 @@ libbitcoin_server_a_SOURCES = \ rpc/rawtransaction.cpp \ rpc/server.cpp \ script/sigcache.cpp \ + script/ismine.cpp \ script/drivechain.cpp \ script/drivechain.h \ timedata.cpp \ @@ -257,7 +258,6 @@ libbitcoin_wallet_a_SOURCES = \ wallet/rpcdump.cpp \ wallet/rpcwallet.cpp \ wallet/wallet.cpp \ - wallet/wallet_ismine.cpp \ wallet/walletdb.cpp \ policy/rbf.cpp \ $(BITCOIN_CORE_H)