diff options
Diffstat (limited to 'blockchain.cpp')
-rw-r--r-- | blockchain.cpp | 2 |
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) { |