diff options
author | Jaquee <jaquee.monero@gmail.com> | 2017-08-04 23:21:38 +0200 |
---|---|---|
committer | Jaquee <jaquee.monero@gmail.com> | 2017-10-15 17:54:17 +0200 |
commit | dde5a1fc36a89d1584e1c6b9efb5324fa84605b0 (patch) | |
tree | 83803f9962da4f7d38d52da347eb47a8662ade9b | |
parent | wallet2: remove obsolete get_num_rct_outputs() call from create_transactions_2 (diff) | |
download | monero-dde5a1fc36a89d1584e1c6b9efb5324fa84605b0.tar.xz |
walletAPI: add tx unlock_time
-rw-r--r-- | src/wallet/api/transaction_history.cpp | 4 |
1 files changed, 0 insertions, 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 |