mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 00:18:24 +00:00
Make all EVMC Host methods of MockedHost public
This commit is contained in:
parent
a22702ab0c
commit
278ab8b269
@ -133,10 +133,11 @@ public:
|
||||
/// The record of all SELFDESTRUCTs from the selfdestruct() method.
|
||||
std::vector<selfdestuct_record> recorded_selfdestructs;
|
||||
|
||||
protected:
|
||||
private:
|
||||
/// The copy of call inputs for the recorded_calls record.
|
||||
std::vector<bytes> 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user