protocol: pass blockchain cumulative difficulty when syncing
Not used yet.
This commit is contained in:
@@ -98,5 +98,6 @@ namespace tests
|
||||
bool get_block_by_hash(const crypto::hash &h, cryptonote::block &blk, bool *orphan = NULL) const { return false; }
|
||||
uint8_t get_ideal_hard_fork_version(uint64_t height) const { return 0; }
|
||||
uint8_t get_hard_fork_version(uint64_t height) const { return 0; }
|
||||
cryptonote::difficulty_type get_block_cumulative_difficulty(uint64_t height) const { return 0; }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user