Merge pull request #1444

bdc3d749 Adding HTTP Digest Auth (but not yet enabled) (Lee Clagett)
This commit is contained in:
Riccardo Spagni
2016-12-15 14:25:49 +02:00
12 changed files with 1165 additions and 7 deletions
+1 -1
View File
@@ -34,7 +34,6 @@ set(wallet_sources
password_container.cpp
wallet2.cpp
wallet_args.cpp
wallet_rpc_server.cpp
api/wallet.cpp
api/wallet_manager.cpp
api/transaction_info.cpp
@@ -103,6 +102,7 @@ if (NOT BUILD_GUI_DEPS)
target_link_libraries(wallet_rpc_server
PRIVATE
wallet
epee
rpc
cryptonote_core
crypto