mirror of
https://github.com/monero-project/monero.git
synced 2025-08-14 09:35:31 -04:00
Merge pull request #2692
0f2c2d4c
rpc: remove obsolete busy core checks (moneromooo-monero)
This commit is contained in:
commit
10a237783a
2 changed files with 2 additions and 136 deletions
|
@ -634,16 +634,6 @@ namespace cryptonote
|
|||
*/
|
||||
uint64_t get_current_cumulative_blocksize_limit() const;
|
||||
|
||||
/**
|
||||
* @brief checks if the blockchain is currently being stored
|
||||
*
|
||||
* Note: this should be meaningless in cases where Blockchain is not
|
||||
* directly managing saving the blockchain to disk.
|
||||
*
|
||||
* @return true if Blockchain is having the chain stored currently, else false
|
||||
*/
|
||||
bool is_storing_blockchain()const{return false;}
|
||||
|
||||
/**
|
||||
* @brief gets the difficulty of the block with a given height
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue