mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 14:06:07 -04:00
Merge pull request #2877
43f5269f
Wallets now do not depend on the daemon rpc lib (moneromooo-monero)bb89ae8b
move connection_basic and network_throttle from src/p2p to epee (moneromooo-monero)4abf25f3
cryptonote_core does not depend on p2p anymore (moneromooo-monero)
This commit is contained in:
commit
066fd7aced
30 changed files with 206 additions and 89 deletions
|
@ -31,7 +31,7 @@
|
|||
#include "cryptonote_basic/tx_extra.h"
|
||||
#include "cryptonote_core/blockchain.h"
|
||||
#include "p2p/p2p_protocol_defs.h"
|
||||
#include "p2p/connection_basic.hpp"
|
||||
#include "net/connection_basic.hpp"
|
||||
#include "p2p/net_peerlist.h"
|
||||
#include "p2p/net_node.h"
|
||||
#include "cryptonote_protocol/cryptonote_protocol_handler.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue