Remove wallet dependency on p2p

pull/95/head
moneromooo-monero 7 years ago
parent 4146f2e202
commit 6cf3344605
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -48,7 +48,6 @@ target_link_libraries(simplewallet
cncrypto
common
mnemonics
p2p
version
${Boost_CHRONO_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}

@ -49,7 +49,6 @@
#include "common/dns_utils.h"
#include "common/base58.h"
#include "common/scoped_message_writer.h"
#include "p2p/net_node.h"
#include "cryptonote_protocol/cryptonote_protocol_handler.h"
#include "simplewallet.h"
#include "cryptonote_basic/cryptonote_format_utils.h"

@ -79,7 +79,6 @@ target_link_libraries(wallet
common
cryptonote_core
mnemonics
p2p
${Boost_CHRONO_LIBRARY}
${Boost_SERIALIZATION_LIBRARY}
${Boost_FILESYSTEM_LIBRARY}

Loading…
Cancel
Save