Skip to content

Commit

Permalink
rpc: remove obsolete busy core checks
Browse files Browse the repository at this point in the history
  • Loading branch information
moneromooo-monero committed Nov 14, 2017
1 parent f48aeab commit 0f2c2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 136 deletions.
10 changes: 0 additions & 10 deletions src/cryptonote_core/blockchain.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
Loading

0 comments on commit 0f2c2d4

Please sign in to comment.