diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-11-14 21:32:33 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-11-14 21:32:33 +0200 |
commit | 10a237783a1156664f2788f33385df3a954a2db5 (patch) | |
tree | 94f1cccdc7974f61d47a17ae451575dfb47667ad /src/cryptonote_core | |
parent | Merge pull request #2739 (diff) | |
parent | rpc: remove obsolete busy core checks (diff) | |
download | monero-10a237783a1156664f2788f33385df3a954a2db5.tar.xz |
Merge pull request #2692
0f2c2d4c rpc: remove obsolete busy core checks (moneromooo-monero)
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 |