mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
8b3b711eff
@ -42,6 +42,8 @@ void mine(Client& c, int numBlocks)
|
|||||||
|
|
||||||
void connectClients(Client& c1, Client& c2)
|
void connectClients(Client& c1, Client& c2)
|
||||||
{
|
{
|
||||||
|
(void)c1;
|
||||||
|
(void)c2;
|
||||||
// TODO: Move to WebThree. eth::Client no longer handles networking.
|
// TODO: Move to WebThree. eth::Client no longer handles networking.
|
||||||
#if 0
|
#if 0
|
||||||
short c1Port = 20000;
|
short c1Port = 20000;
|
||||||
|
2
rlp.cpp
2
rlp.cpp
@ -22,12 +22,12 @@
|
|||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include "JsonSpiritHeaders.h"
|
|
||||||
#include <libdevcore/Log.h>
|
#include <libdevcore/Log.h>
|
||||||
#include <libdevcore/RLP.h>
|
#include <libdevcore/RLP.h>
|
||||||
#include <libdevcore/Common.h>
|
#include <libdevcore/Common.h>
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include "JsonSpiritHeaders.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace dev;
|
using namespace dev;
|
||||||
|
Loading…
Reference in New Issue
Block a user