mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
only check rootHash of state if FATDB is off
This commit is contained in:
parent
87197341cf
commit
8d295b36aa
@ -93,6 +93,7 @@ void doStateTests(json_spirit::mValue& v, bool _fillin)
|
|||||||
|
|
||||||
// check addresses
|
// check addresses
|
||||||
#if ETH_FATDB
|
#if ETH_FATDB
|
||||||
|
cout << "fatDB is defined\n";
|
||||||
auto expectedAddrs = importer.m_statePost.addresses();
|
auto expectedAddrs = importer.m_statePost.addresses();
|
||||||
auto resultAddrs = theState.addresses();
|
auto resultAddrs = theState.addresses();
|
||||||
for (auto& expectedPair : expectedAddrs)
|
for (auto& expectedPair : expectedAddrs)
|
||||||
|
Loading…
Reference in New Issue
Block a user