From 3633a33643647b616dd9b3faa542bb11e30ab033 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sun, 22 May 2016 13:43:32 +0800 Subject: [PATCH] code cleaning --- src/page.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/page.h b/src/page.h index 242b79b..a2806e2 100644 --- a/src/page.h +++ b/src/page.h @@ -1846,19 +1846,6 @@ namespace xmreg { private: - map> - get_tx_keys(vector tx_infos) - { - map> tx_keys; - - for (const tx_info& tx_info: tx_infos) - { - - } - - return tx_keys; - } - tx_details get_tx_details(const transaction& tx, bool coinbase = false) {