mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Avoid attempt to reget chain on block reception.
Send genesis block hash in hash chain.
This commit is contained in:
parent
fa902ec5ff
commit
5e6121d3fe
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