This commit is contained in:
Gav Wood 2015-04-03 21:10:15 +02:00
parent 2ad1be6eee
commit 80dc6380d0

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