diff options
Diffstat (limited to 'src/cryptonote_core/blockchain_db.h')
-rw-r--r-- | src/cryptonote_core/blockchain_db.h | 2 |
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 |