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 = \
282
282
wallet/ismine.h \
283
283
wallet/load.h \
284
284
wallet/receive.h \
285
- wallet/rpcwallet.h \
286
285
wallet/rpc/util.h \
286
+ wallet/rpc/wallet.h \
287
287
wallet/salvage.h \
288
288
wallet/scriptpubkeyman.h \
289
289
wallet/spend.h \
@@ -418,7 +418,7 @@ libbitcoin_wallet_a_SOURCES = \
418
418
wallet/rpc/signmessage.cpp \
419
419
wallet/rpc/transactions.cpp \
420
420
wallet/rpc/util.cpp \
421
- wallet/rpcwallet .cpp \
421
+ wallet/rpc/wallet .cpp \
422
422
wallet/scriptpubkeyman.cpp \
423
423
wallet/spend.cpp \
424
424
wallet/transaction.cpp \
Original file line number Diff line number Diff line change 24
24
#include < wallet/ismine.h>
25
25
#include < wallet/load.h>
26
26
#include < wallet/receive.h>
27
- #include < wallet/rpcwallet .h>
27
+ #include < wallet/rpc/wallet .h>
28
28
#include < wallet/spend.h>
29
29
#include < wallet/wallet.h>
30
30
Original file line number Diff line number Diff line change 22
22
#include < wallet/coincontrol.h>
23
23
#include < wallet/load.h>
24
24
#include < wallet/receive.h>
25
- #include < wallet/rpcwallet .h>
25
+ #include < wallet/rpc/wallet .h>
26
26
#include < wallet/rpc/util.h>
27
27
#include < wallet/wallet.h>
28
28
#include < wallet/walletdb.h>
Original file line number Diff line number Diff line change 2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
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
7
7
8
8
#include < span.h>
9
9
@@ -13,4 +13,4 @@ Span<const CRPCCommand> GetWalletRPCCommands();
13
13
14
14
RPCHelpMan getaddressinfo ();
15
15
RPCHelpMan 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