mirror of
https://github.com/monero-project/monero.git
synced 2025-12-11 16:02:34 +01:00
Fix 30f92f5630
Needed to add the corresponding (dummy) method to unit test hardfork
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user