diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-11-14 15:31:40 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-11-14 15:31:40 +0200 |
| commit | 55603627c91095d6035f2e5fbb456965aa8c6397 (patch) | |
| tree | 8874c2a16cd219fea4380430eb1b21d461e87876 /src/simplewallet/simplewallet.cpp | |
| parent | 176dd1fbe5e482b5a1156558bb1b19a5f87181cc (diff) | |
| parent | 6cf33446054f703360385592c0af6e18513a6d2d (diff) | |
| download | monzero-core-55603627c91095d6035f2e5fbb456965aa8c6397.tar.gz monzero-core-55603627c91095d6035f2e5fbb456965aa8c6397.tar.xz monzero-core-55603627c91095d6035f2e5fbb456965aa8c6397.zip | |
Merge pull request #2745
6cf33446 Remove wallet dependency on p2p (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
| -rw-r--r-- | src/simplewallet/simplewallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index f1a3aac51..e5491d58e 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -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" |
