blockchain_db: add a few const

This commit is contained in:
moneromooo-monero 2015-05-27 19:03:46 +01:00
parent 09324764c0
commit 8069b3ba7f
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
6 changed files with 10 additions and 10 deletions

View file

@ -129,7 +129,7 @@ void BlockchainDB::pop_block(block& blk, std::vector<transaction>& txs)
}
}
bool BlockchainDB::is_open()
bool BlockchainDB::is_open() const
{
return m_open;
}