From dde5a1fc36a89d1584e1c6b9efb5324fa84605b0 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Fri, 4 Aug 2017 23:21:38 +0200 Subject: [PATCH] walletAPI: add tx unlock_time --- src/wallet/api/transaction_history.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wallet/api/transaction_history.cpp b/src/wallet/api/transaction_history.cpp index b6ba8c359..9f7b491f4 100644 --- a/src/wallet/api/transaction_history.cpp +++ b/src/wallet/api/transaction_history.cpp @@ -138,10 +138,6 @@ void TransactionHistoryImpl::refresh() ti->m_unlock_time = pd.m_unlock_time; m_history.push_back(ti); - /* output.insert(std::make_pair(pd.m_block_height, std::make_pair(true, (boost::format("%20.20s %s %s %s") - % print_money(pd.m_amount) - % string_tools::pod_to_hex(pd.m_tx_hash) - % payment_id % "-").str()))); */ } // confirmed output transactions