protocol: pass blockchain cumulative difficulty when syncing
Not used yet.
This commit is contained in:
@@ -520,6 +520,13 @@ namespace cryptonote
|
||||
*/
|
||||
crypto::hash get_tail_id() const;
|
||||
|
||||
/**
|
||||
* @copydoc Blockchain::get_block_cumulative_difficulty
|
||||
*
|
||||
* @note see Blockchain::get_block_cumulative_difficulty
|
||||
*/
|
||||
difficulty_type get_block_cumulative_difficulty(uint64_t height) const;
|
||||
|
||||
/**
|
||||
* @copydoc Blockchain::get_random_outs_for_amounts
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user