blockchain_db: add a few const
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user