aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb/db_lmdb.h
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2016-03-28 18:26:37 +0100
committerHoward Chu <hyc@symas.com>2016-04-05 20:55:16 +0100
commit118dd69dd553a9b214d7d14e4d15f98b46164c06 (patch)
treef5b309ba6106baf1acd2543d11db3107dfcfc4da /src/blockchain_db/lmdb/db_lmdb.h
parentMore outputs consolidation (diff)
downloadmonero-118dd69dd553a9b214d7d14e4d15f98b46164c06.tar.xz
Use DUPFIXED for block_info and output_txs
Saves another ~150MB or so on the full blockchain
Diffstat (limited to '')
-rw-r--r--src/blockchain_db/lmdb/db_lmdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/blockchain_db/lmdb/db_lmdb.h b/src/blockchain_db/lmdb/db_lmdb.h
index a298ee68f..2ac8b94d8 100644
--- a/src/blockchain_db/lmdb/db_lmdb.h
+++ b/src/blockchain_db/lmdb/db_lmdb.h
@@ -300,7 +300,6 @@ private:
void remove_tx_outputs(const uint64_t tx_index, const transaction& tx);
void remove_output(const uint64_t& out_index, const uint64_t amount);
- void remove_amount_output_index(const uint64_t amount, const uint64_t global_output_index);
virtual void add_spent_key(const crypto::key_image& k_image);