diff --git a/src/page.h b/src/page.h index b28dfdf..2f8238e 100644 --- a/src/page.h +++ b/src/page.h @@ -1335,13 +1335,6 @@ public: bool show_key_images {false}; - unique_ptr mylmdb; - - if (bf::is_directory(lmdb2_path)) - { - mylmdb = make_unique(lmdb2_path); - } - mstch::array inputs; vector input_key_imgs = xmreg::get_key_images(tx); @@ -1351,12 +1344,6 @@ public: for (const txin_to_key& in_key: input_key_imgs) { - if (!mylmdb) - { - show_key_images = false; - break; - } - // get absolute offsets of mixins std::vector absolute_offsets = cryptonote::relative_output_offsets_to_absolute(