mirror of
https://github.com/monero-project/monero.git
synced 2025-08-02 19:06:10 -04:00
blockchain_db: add a few const
This commit is contained in:
parent
09324764c0
commit
8069b3ba7f
6 changed files with 10 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue