Merge pull request #7265

bdabcd0 wallet_api: store fee for incoming txs in history (Ben Evanoff)
pull/7376/head
luigi1111 3 years ago
commit f11e434ae6
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -139,6 +139,7 @@ void TransactionHistoryImpl::refresh()
ti->m_paymentid = payment_id;
ti->m_coinbase = pd.m_coinbase;
ti->m_amount = pd.m_amount;
ti->m_fee = pd.m_fee;
ti->m_direction = TransactionInfo::Direction_In;
ti->m_hash = string_tools::pod_to_hex(pd.m_tx_hash);
ti->m_blockheight = pd.m_block_height;

Loading…
Cancel
Save