mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
walletAPI: add tx unlock_time
This commit is contained in:
parent
bba5cbed8f
commit
dde5a1fc36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user