/// Returns back to a pristine state after having done a playback.
@ -340,7 +335,6 @@ private:
std::set<h256>m_transactionSet;///< The set of transaction hashes that we've included in the state.
// GenericTrieDB<OverlayDB> m_transactionManifest; ///< The transactions trie; saved from the last commitToMine, or invalid/empty if commitToMine was never called.
OverlayDBm_lastTx;
h256m_bloom;///< Bloom filter of changed addresses/locations in the block.
mutablestd::map<Address,AddressState>m_cache;///< Our address cache. This stores the states of each address that has (or at least might have) been changed.