Move rpc/util.cpp from libbitcoin-util to libbitcoin-server

This commit is contained in:
Chun Kuan Lee 2018-06-17 02:50:13 +00:00
parent a90ca4087a
commit 471a4992d4
1 changed files with 1 additions and 1 deletions

View File

@ -235,6 +235,7 @@ libbitcoin_server_a_SOURCES = \
rpc/net.cpp \
rpc/rawtransaction.cpp \
rpc/server.cpp \
rpc/util.cpp \
script/sigcache.cpp \
timedata.cpp \
torcontrol.cpp \
@ -392,7 +393,6 @@ libbitcoin_util_a_SOURCES = \
logging.cpp \
random.cpp \
rpc/protocol.cpp \
rpc/util.cpp \
support/cleanse.cpp \
sync.cpp \
threadinterrupt.cpp \