aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain_db.h
diff options
context:
space:
mode:
authorThomas Winget <tewinget@gmail.com>2014-10-30 18:33:35 -0400
committerwarptangent <warptangent@inbox.com>2015-01-04 19:31:20 -0800
commitab7951d99a6aad3f4de7503e67f89cc664863b87 (patch)
tree8647a1cc6fd97b6039b4d18100231f936c7f9188 /src/cryptonote_core/blockchain_db.h
parentmoar bug fixes, removed debug prints (diff)
downloadmonero-ab7951d99a6aad3f4de7503e67f89cc664863b87.tar.xz
Minor bugfixes, redundancy removal
Minor bugfixes in block removal Storing outputs outside their transactions is largely unnecessary, and thus has been removed.
Diffstat (limited to 'src/cryptonote_core/blockchain_db.h')
-rw-r--r--src/cryptonote_core/blockchain_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain_db.h b/src/cryptonote_core/blockchain_db.h
index f59678869..3418b946b 100644
--- a/src/cryptonote_core/blockchain_db.h
+++ b/src/cryptonote_core/blockchain_db.h
@@ -508,7 +508,7 @@ public:
// When a block is popped, the transactions associated with it need to be
// removed, as well as outputs and spent key images associated with
// those transactions.
- void pop_block(block& blk, std::vector<transaction>& txs);
+ virtual void pop_block(block& blk, std::vector<transaction>& txs);
// return true if a transaction with hash <h> exists