File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,6 @@ SUPPRESS["init.cpp.o bdb.cpp.o _ZN6wallet27BerkeleyDatabaseSanityCheckEv"]=1
50
50
# https://github.com/bitcoin/bitcoin/issues/10102
51
51
SUPPRESS[" common.cpp.o interface_ui.cpp.o _Z11InitWarningRK13bilingual_str" ]=1
52
52
SUPPRESS[" common.cpp.o interface_ui.cpp.o _Z9InitErrorRK13bilingual_str" ]=1
53
- # rpc/external_signer.cpp adds defines node RPC methods but is built as part of the
54
- # common library. It should be moved to the node library instead.
55
- SUPPRESS[" external_signer.cpp.o server.cpp.o _ZN9CRPCTable13appendCommandERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPK11CRPCCommand" ]=1
56
53
57
54
usage () {
58
55
echo " Usage: $( basename " ${BASH_SOURCE[0]} " ) [BUILD_DIR]"
Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ add_library(bitcoin_common STATIC EXCLUDE_FROM_ALL
145
145
pow.cpp
146
146
protocol.cpp
147
147
psbt.cpp
148
- rpc/external_signer.cpp
149
148
rpc/rawtransaction_util.cpp
150
149
rpc/request.cpp
151
150
rpc/util.cpp
@@ -264,6 +263,7 @@ add_library(bitcoin_node STATIC EXCLUDE_FROM_ALL
264
263
policy /truc_policy.cpp
265
264
rest.cpp
266
265
rpc/blockchain.cpp
266
+ rpc/external_signer.cpp
267
267
rpc/fees.cpp
268
268
rpc/mempool.cpp
269
269
rpc/mining.cpp
You can’t perform that action at this time.
0 commit comments