File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ BITCOIN_CORE_H = \
283
283
wallet/load.h \
284
284
wallet/receive.h \
285
285
wallet/rpcwallet.h \
286
+ wallet/rpc/util.h \
286
287
wallet/salvage.h \
287
288
wallet/scriptpubkeyman.h \
288
289
wallet/spend.h \
@@ -410,6 +411,7 @@ libbitcoin_wallet_a_SOURCES = \
410
411
wallet/load.cpp \
411
412
wallet/receive.cpp \
412
413
wallet/rpc/signmessage.cpp \
414
+ wallet/rpc/util.cpp \
413
415
wallet/rpcdump.cpp \
414
416
wallet/rpcwallet.cpp \
415
417
wallet/scriptpubkeyman.cpp \
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2011-2021 The Bitcoin Core developers
2
+ // Distributed under the MIT software license, see the accompanying
3
+ // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
+
5
+ #include < wallet/rpc/util.h>
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2017-2021 The Bitcoin Core developers
2
+ // Distributed under the MIT software license, see the accompanying
3
+ // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
+
5
+ #ifndef BITCOIN_WALLET_RPC_UTIL_H
6
+ #define BITCOIN_WALLET_RPC_UTIL_H
7
+
8
+
9
+
10
+ #endif // BITCOIN_WALLET_RPC_UTIL_H
You can’t perform that action at this time.
0 commit comments