From abdb486d7c79ad1513bda5dc9e33cfcba7c52576 Mon Sep 17 00:00:00 2001 From: jeffro256 Date: Sat, 24 Feb 2024 14:07:18 -0600 Subject: [PATCH] @0xFFFC0000 indentation --- src/blockchain_db/lmdb/db_lmdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blockchain_db/lmdb/db_lmdb.cpp b/src/blockchain_db/lmdb/db_lmdb.cpp index b947d055c..86cbfef34 100644 --- a/src/blockchain_db/lmdb/db_lmdb.cpp +++ b/src/blockchain_db/lmdb/db_lmdb.cpp @@ -1013,7 +1013,7 @@ void BlockchainLMDB::remove_transaction_data(const crypto::hash& tx_hash) else if (result) throw1(DB_ERROR(lmdb_error("Failed to locate prunable hash tx for removal: ", result).c_str())); else if ((result = mdb_cursor_del(m_cur_txs_prunable_hash, 0))) - throw1(DB_ERROR(lmdb_error("Failed to add removal of prunable hash tx to db transaction: ", result).c_str())); + throw1(DB_ERROR(lmdb_error("Failed to add removal of prunable hash tx to db transaction: ", result).c_str())); result = mdb_cursor_get(m_cur_tx_outputs, &val_tx_id, NULL, MDB_SET); if (result == MDB_NOTFOUND)