Skip to content

Commit 87a08cb

Browse files
committed
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.
1 parent 635f190 commit 87a08cb

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)