Complete initial implementation of transaction relaying.

This commit is contained in:
JoelKatz
2012-01-19 15:56:06 -08:00
parent 0b69be862f
commit 06d69888fd
5 changed files with 63 additions and 10 deletions

3
Peer.h
View File

@@ -5,11 +5,12 @@
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/asio.hpp>
#include "newcoin.pb.h"
#include "PackedMessage.h"
#include "Ledger.h"
#include "Transaction.h"
#include "list"
#include "NetworkOPs.h"
class Peer : public boost::enable_shared_from_this<Peer>
{