Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
Christoph Jentzsch 2014-10-01 13:59:36 +02:00
commit 8b3b711eff
2 changed files with 3 additions and 1 deletions

View File

@ -42,6 +42,8 @@ void mine(Client& c, int numBlocks)
void connectClients(Client& c1, Client& c2)
{
(void)c1;
(void)c2;
// TODO: Move to WebThree. eth::Client no longer handles networking.
#if 0
short c1Port = 20000;

View File

@ -22,12 +22,12 @@
#include <fstream>
#include <sstream>
#include "JsonSpiritHeaders.h"
#include <libdevcore/Log.h>
#include <libdevcore/RLP.h>
#include <libdevcore/Common.h>
#include <boost/test/unit_test.hpp>
#include <algorithm>
#include "JsonSpiritHeaders.h"
using namespace std;
using namespace dev;