diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-03-03 03:45:42 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-03-06 19:46:58 +0800 |
commit | 8d295b36aac3325af11756928c2b145177efc5ff (patch) | |
tree | 0e4223476a119a1e3f5f70186fdbb5f212bd2e8e | |
parent | 87197341cfaee53a12fd3115ab4d17cc6466d665 (diff) | |
download | dexon-solidity-8d295b36aac3325af11756928c2b145177efc5ff.tar.gz dexon-solidity-8d295b36aac3325af11756928c2b145177efc5ff.tar.zst dexon-solidity-8d295b36aac3325af11756928c2b145177efc5ff.zip |
only check rootHash of state if FATDB is off
-rw-r--r-- | state.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ void doStateTests(json_spirit::mValue& v, bool _fillin) // check addresses #if ETH_FATDB + cout << "fatDB is defined\n"; auto expectedAddrs = importer.m_statePost.addresses(); auto resultAddrs = theState.addresses(); for (auto& expectedPair : expectedAddrs) |