File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -282,8 +282,8 @@ BITCOIN_CORE_H = \
282282 wallet/ismine.h \
283283 wallet/load.h \
284284 wallet/receive.h \
285- wallet/rpcwallet.h \
286285 wallet/rpc/util.h \
286+ wallet/rpc/wallet.h \
287287 wallet/salvage.h \
288288 wallet/scriptpubkeyman.h \
289289 wallet/spend.h \
@@ -418,7 +418,7 @@ libbitcoin_wallet_a_SOURCES = \
418418 wallet/rpc/signmessage.cpp \
419419 wallet/rpc/transactions.cpp \
420420 wallet/rpc/util.cpp \
421- wallet/rpcwallet .cpp \
421+ wallet/rpc/wallet .cpp \
422422 wallet/scriptpubkeyman.cpp \
423423 wallet/spend.cpp \
424424 wallet/transaction.cpp \
Original file line number Diff line number Diff line change 2424#include < wallet/ismine.h>
2525#include < wallet/load.h>
2626#include < wallet/receive.h>
27- #include < wallet/rpcwallet .h>
27+ #include < wallet/rpc/wallet .h>
2828#include < wallet/spend.h>
2929#include < wallet/wallet.h>
3030
Original file line number Diff line number Diff line change 2222#include < wallet/coincontrol.h>
2323#include < wallet/load.h>
2424#include < wallet/receive.h>
25- #include < wallet/rpcwallet .h>
25+ #include < wallet/rpc/wallet .h>
2626#include < wallet/rpc/util.h>
2727#include < wallet/wallet.h>
2828#include < wallet/walletdb.h>
Original file line number Diff line number Diff line change 22// Distributed under the MIT software license, see the accompanying
33// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44
5- #ifndef BITCOIN_WALLET_RPCWALLET_H
6- #define BITCOIN_WALLET_RPCWALLET_H
5+ #ifndef BITCOIN_WALLET_RPC_WALLET_H
6+ #define BITCOIN_WALLET_RPC_WALLET_H
77
88#include < span.h>
99
@@ -13,4 +13,4 @@ Span<const CRPCCommand> GetWalletRPCCommands();
1313
1414RPCHelpMan getaddressinfo ();
1515RPCHelpMan signrawtransactionwithwallet ();
16- #endif // BITCOIN_WALLET_RPCWALLET_H
16+ #endif // BITCOIN_WALLET_RPC_WALLET_H
You can’t perform that action at this time.
0 commit comments