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) {