Fix: wallet_ismine.h → script/ismine.h
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user