Skip to content

Commit 52d6509

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#26904: build: move rpc/request from util lib to common
87a08cb build: move rpc/request from util lib to common (fanquake) Pull request description: This is JSON RPC related code that doesn't need to be in util, and should not be required by the kernel. ACKs for top commit: TheCharlatan: ACK 87a08cb Tree-SHA512: 5f335be9f0f9ff02eff073af47558ecf505c1392c05f18ca24a065b12b8d92529ec3942d84978cc5028c38369c496ed0243653e1fa26d4db2fae26dfe55c3d65
2 parents e6ff110 + 87a08cb commit 52d6509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,9 @@ libbitcoin_common_a_SOURCES = \
655655
policy/policy.cpp \
656656
protocol.cpp \
657657
psbt.cpp \
658-
rpc/rawtransaction_util.cpp \
659658
rpc/external_signer.cpp \
659+
rpc/rawtransaction_util.cpp \
660+
rpc/request.cpp \
660661
rpc/util.cpp \
661662
scheduler.cpp \
662663
script/descriptor.cpp \
@@ -684,7 +685,6 @@ libbitcoin_util_a_SOURCES = \
684685
logging.cpp \
685686
random.cpp \
686687
randomenv.cpp \
687-
rpc/request.cpp \
688688
support/cleanse.cpp \
689689
sync.cpp \
690690
util/asmap.cpp \

0 commit comments

Comments
 (0)