Skip to content

Commit 66e1a08

Browse files
committed
Merge #13486: build: Move rpc/util.cpp from libbitcoin-util to libbitcoin-server
471a499 Move rpc/util.cpp from libbitcoin-util to libbitcoin-server (Chun Kuan Lee) Pull request description: The functions in `rpc/util.cpp` would call functions in `script/standard.cpp` which in libbitcoin-common. This could cause problem if the linker does not strip out unused function while linking `bitcoin-cli`. Tree-SHA512: 2f8335c880eeb00a29a359d5398a93d9f2909094b8febf2ad0a1e01388d077634fb5e72a638671bae8de89e1936c234d3f47ff445f1e456de723389bdc22d089
2 parents 03f3925 + 471a499 commit 66e1a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ libbitcoin_server_a_SOURCES = \
235235
rpc/net.cpp \
236236
rpc/rawtransaction.cpp \
237237
rpc/server.cpp \
238+
rpc/util.cpp \
238239
script/sigcache.cpp \
239240
timedata.cpp \
240241
torcontrol.cpp \
@@ -392,7 +393,6 @@ libbitcoin_util_a_SOURCES = \
392393
logging.cpp \
393394
random.cpp \
394395
rpc/protocol.cpp \
395-
rpc/util.cpp \
396396
support/cleanse.cpp \
397397
sync.cpp \
398398
threadinterrupt.cpp \

0 commit comments

Comments
 (0)