diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-20 20:49:23 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-14 17:15:19 +0000 |
commit | 0f2c2d4c34c100e226cf67758ee07fae36858893 (patch) | |
tree | 238d1b42a781fe957feb40f4462fbb92014927c2 /src/cryptonote_core | |
parent | Merge pull request #2756 (diff) | |
download | monero-0f2c2d4c34c100e226cf67758ee07fae36858893.tar.xz |
rpc: remove obsolete busy core checks
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r-- | src/cryptonote_core/blockchain.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cryptonote_core/blockchain.h b/src/cryptonote_core/blockchain.h index 3f2930fb0..e0936da8f 100644 --- a/src/cryptonote_core/blockchain.h +++ b/src/cryptonote_core/blockchain.h @@ -635,16 +635,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 * * @param i the height |