mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
build: move rpc/request from util lib to common
This is JSON RPC request code that doesn't need to be in util, and should not be required by the kernel.
This commit is contained in:
parent
635f1900d0
commit
87a08cba43
1 changed files with 2 additions and 2 deletions
|
@ -655,8 +655,9 @@ libbitcoin_common_a_SOURCES = \
|
||||||
policy/policy.cpp \
|
policy/policy.cpp \
|
||||||
protocol.cpp \
|
protocol.cpp \
|
||||||
psbt.cpp \
|
psbt.cpp \
|
||||||
rpc/rawtransaction_util.cpp \
|
|
||||||
rpc/external_signer.cpp \
|
rpc/external_signer.cpp \
|
||||||
|
rpc/rawtransaction_util.cpp \
|
||||||
|
rpc/request.cpp \
|
||||||
rpc/util.cpp \
|
rpc/util.cpp \
|
||||||
scheduler.cpp \
|
scheduler.cpp \
|
||||||
script/descriptor.cpp \
|
script/descriptor.cpp \
|
||||||
|
@ -684,7 +685,6 @@ libbitcoin_util_a_SOURCES = \
|
||||||
logging.cpp \
|
logging.cpp \
|
||||||
random.cpp \
|
random.cpp \
|
||||||
randomenv.cpp \
|
randomenv.cpp \
|
||||||
rpc/request.cpp \
|
|
||||||
support/cleanse.cpp \
|
support/cleanse.cpp \
|
||||||
sync.cpp \
|
sync.cpp \
|
||||||
util/asmap.cpp \
|
util/asmap.cpp \
|
||||||
|
|
Loading…
Add table
Reference in a new issue