aboutsummaryrefslogtreecommitdiffstats
path: root/rlp.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-10-01 01:25:10 +0800
committerGav Wood <i@gavwood.com>2014-10-01 01:25:10 +0800
commit5e6121d3fe27ca9c93b99e5fa43a0e4a6465860c (patch)
treeeae4e65c74dbcfe5001327e2e674af37ae40c4ac /rlp.cpp
parentfa902ec5ff075b5f3070fb706e0a66a0cbe3d4d0 (diff)
downloaddexon-solidity-5e6121d3fe27ca9c93b99e5fa43a0e4a6465860c.tar.gz
dexon-solidity-5e6121d3fe27ca9c93b99e5fa43a0e4a6465860c.tar.zst
dexon-solidity-5e6121d3fe27ca9c93b99e5fa43a0e4a6465860c.zip
Avoid attempt to reget chain on block reception.
Send genesis block hash in hash chain.
Diffstat (limited to 'rlp.cpp')
-rw-r--r--rlp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rlp.cpp b/rlp.cpp
index b51f3a22..c3f9dda2 100644
--- a/rlp.cpp
+++ b/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;