Skip to content

Commit 471a499

Browse files
committed
Move rpc/util.cpp from libbitcoin-util to libbitcoin-server
1 parent a90ca40 commit 471a499

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)