forked from lthn/blockchain
wallet2: unused code removed
This commit is contained in:
parent
a813fa39f6
commit
c317463537
1 changed files with 0 additions and 1 deletions
|
|
@ -2935,7 +2935,6 @@ void wallet2::get_recent_transfers_history(std::vector<wallet_public::wallet_tra
|
|||
if (!count || offset >= m_transfer_history.size())
|
||||
return;
|
||||
|
||||
auto start = m_transfer_history.rbegin() + offset;
|
||||
for (auto it = m_transfer_history.rbegin() + offset; it != m_transfer_history.rend(); it++)
|
||||
{
|
||||
if (exclude_mining_txs)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue