aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsubtly <subtly@users.noreply.github.com>2015-04-05 04:02:21 +0800
committersubtly <subtly@users.noreply.github.com>2015-04-05 04:02:21 +0800
commite03ee60fa4d3b42b84a489032c844ae035c470fe (patch)
tree06b097089a8c0ab631b9c439b9b98e41ddc2cef1
parent147bdccfa12fc1e2f4c297c455fe109ac6a43aa2 (diff)
parent80dc6380d027cac39dc52653ce61e42375ae8ea1 (diff)
downloaddexon-solidity-e03ee60fa4d3b42b84a489032c844ae035c470fe.tar.gz
dexon-solidity-e03ee60fa4d3b42b84a489032c844ae035c470fe.tar.zst
dexon-solidity-e03ee60fa4d3b42b84a489032c844ae035c470fe.zip
Merge branch 'develop' into p2p
-rw-r--r--blockchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/blockchain.cpp b/blockchain.cpp
index 17e6c358..ffb55da3 100644
--- a/blockchain.cpp
+++ b/blockchain.cpp
@@ -78,7 +78,7 @@ void doBlockchainTests(json_spirit::mValue& _v, bool _fillin)
// construct blockchain
TransientDirectory td;
- BlockChain bc(rlpGenesisBlock.out(), td.path(), true);
+ BlockChain bc(rlpGenesisBlock.out(), td.path(), WithExisting::Kill);
if (_fillin)
{