Merge branch 'develop' into p2p

This commit is contained in:
subtly 2015-04-04 22:02:21 +02:00
commit e03ee60fa4

View File

@ -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)
{