|
@ -243,9 +243,9 @@ unordered_map<Address, u256> State::addresses() const |
|
|
void State::setRoot(h256 const& _r) |
|
|
void State::setRoot(h256 const& _r) |
|
|
{ |
|
|
{ |
|
|
m_cache.clear(); |
|
|
m_cache.clear(); |
|
|
m_touched.clear(); |
|
|
// m_touched.clear();
|
|
|
m_state.setRoot(_r); |
|
|
m_state.setRoot(_r); |
|
|
paranoia("begin resetCurrent", true); |
|
|
paranoia("begin setRoot", true); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
bool State::addressInUse(Address const& _id) const |
|
|
bool State::addressInUse(Address const& _id) const |
|
|