Fix: wallet_ismine.h → script/ismine.h

This commit is contained in:
lateminer
2018-01-10 00:03:40 +03:00
parent a0bf1386b7
commit 897cef91cc

View File

@@ -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)