mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Fix 30f92f5630
Needed to add the corresponding (dummy) method to unit test hardfork
This commit is contained in:
parent
f6a75a4875
commit
4cf6e2b2c3
@ -128,6 +128,7 @@ public:
|
||||
virtual uint8_t get_hard_fork_version(uint64_t height) const {
|
||||
return versions[height];
|
||||
}
|
||||
virtual void check_hard_fork_info() {}
|
||||
|
||||
private:
|
||||
std::vector<block> blocks;
|
||||
|
Loading…
Reference in New Issue
Block a user