walletAPI: add tx unlock_time

This commit is contained in:
Jaquee 2017-08-04 23:21:38 +02:00
parent bba5cbed8f
commit dde5a1fc36
1 changed files with 0 additions and 4 deletions

View File

@ -138,10 +138,6 @@ void TransactionHistoryImpl::refresh()
ti->m_unlock_time = pd.m_unlock_time; ti->m_unlock_time = pd.m_unlock_time;
m_history.push_back(ti); 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 // confirmed output transactions