Needed to add the corresponding (dummy) method to unit test hardfork
release-v0.4.0.1
Howard Chu 9 years ago
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…
Cancel
Save