aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/hardfork.cpp
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2016-01-16 16:10:16 +0000
committerHoward Chu <hyc@symas.com>2016-01-16 16:10:16 +0000
commit4cf6e2b2c30926d7831358c18329c76f040eb0c6 (patch)
tree5190e8f4c5df820021c1c0d5f37e0e8b0fe893b4 /tests/unit_tests/hardfork.cpp
parentMerge pull request #613 (diff)
downloadmonero-4cf6e2b2c30926d7831358c18329c76f040eb0c6.tar.xz
Fix 30f92f5630bbc7507708275a29a9ae7acf633a5b
Needed to add the corresponding (dummy) method to unit test hardfork
Diffstat (limited to 'tests/unit_tests/hardfork.cpp')
-rw-r--r--tests/unit_tests/hardfork.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/hardfork.cpp b/tests/unit_tests/hardfork.cpp
index 56ec155f0..d469dadec 100644
--- a/tests/unit_tests/hardfork.cpp
+++ b/tests/unit_tests/hardfork.cpp
@@ -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;