mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixes #1509
This commit is contained in:
parent
2ad1be6eee
commit
80dc6380d0
@ -78,7 +78,7 @@ void doBlockchainTests(json_spirit::mValue& _v, bool _fillin)
|
|||||||
|
|
||||||
// construct blockchain
|
// construct blockchain
|
||||||
TransientDirectory td;
|
TransientDirectory td;
|
||||||
BlockChain bc(rlpGenesisBlock.out(), td.path(), true);
|
BlockChain bc(rlpGenesisBlock.out(), td.path(), WithExisting::Kill);
|
||||||
|
|
||||||
if (_fillin)
|
if (_fillin)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user