Move rpc/util.cpp from libbitcoin-util to libbitcoin-server
This commit is contained in:
parent
a90ca4087a
commit
471a4992d4
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue