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
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -502,7 +502,7 @@ void BlockchainBDB::remove_spent_key(const crypto::key_image& k_image)
throw1(DB_ERROR("Error adding removal of key image to db transaction"));
}
blobdata BlockchainBDB::output_to_blob(const tx_out& output)
blobdata BlockchainBDB::output_to_blob(const tx_out& output) const
{
LOG_PRINT_L3("BlockchainBDB::" << __func__);
blobdata b;