mirror of
https://github.com/monero-project/monero.git
synced 2026-01-27 07:14:35 -08:00
Wallet API: add tx unlock time
This commit is contained in:
@@ -132,6 +132,7 @@ void TransactionHistoryImpl::refresh()
|
||||
ti->m_blockheight = pd.m_block_height;
|
||||
ti->m_timestamp = pd.m_timestamp;
|
||||
ti->m_confirmations = wallet_height - pd.m_block_height;
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user