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)c1;
|
||||
(void)c2;
|
||||
// TODO: Move to WebThree. eth::Client no longer handles networking.
|
||||
#if 0
|
||||
short c1Port = 20000;
|
||||
|
2
rlp.cpp
2
rlp.cpp
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user