diff --git a/include/evmc/mocked_host.hpp b/include/evmc/mocked_host.hpp index 2ff1701..57f0cb7 100644 --- a/include/evmc/mocked_host.hpp +++ b/include/evmc/mocked_host.hpp @@ -133,10 +133,11 @@ public: /// The record of all SELFDESTRUCTs from the selfdestruct() method. std::vector recorded_selfdestructs; -protected: +private: /// The copy of call inputs for the recorded_calls record. std::vector m_recorded_calls_inputs; +public: /// Record an account access. /// @param addr The address of the accessed account. void record_account_access(const address& addr) const