diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-04-04 03:40:48 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-04-04 03:40:48 +0800 |
commit | 24ffe848054aa1908c47af3da9bbe598f609b672 (patch) | |
tree | ebe1541ef1b0d7a35651ba35c1f3a90afb0c8e35 /blockchain.cpp | |
parent | 125ca1d2702da04ff5b6e515d6193a832b80e1f2 (diff) | |
parent | 80dc6380d027cac39dc52653ce61e42375ae8ea1 (diff) | |
download | dexon-solidity-24ffe848054aa1908c47af3da9bbe598f609b672.tar dexon-solidity-24ffe848054aa1908c47af3da9bbe598f609b672.tar.gz dexon-solidity-24ffe848054aa1908c47af3da9bbe598f609b672.tar.bz2 dexon-solidity-24ffe848054aa1908c47af3da9bbe598f609b672.tar.lz dexon-solidity-24ffe848054aa1908c47af3da9bbe598f609b672.tar.xz dexon-solidity-24ffe848054aa1908c47af3da9bbe598f609b672.tar.zst dexon-solidity-24ffe848054aa1908c47af3da9bbe598f609b672.zip |
Merge remote-tracking branch 'upstream/develop' into addTests
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) { |