forked from lthn/blockchain
let's pretend this never happened
This commit is contained in:
parent
7ba0880eda
commit
0baa6c6df3
1 changed files with 1 additions and 1 deletions
|
|
@ -4281,7 +4281,7 @@ bool wallet2::is_transfer_ready_to_go(const transfer_details& td, uint64_t fake_
|
|||
void wallet2::wipeout_extra_if_needed(std::vector<wallet_public::wallet_transfer_info>& transfer_history)
|
||||
{
|
||||
WLT_LOG_L0("Processing [wipeout_extra_if_needed]...");
|
||||
for (auto it = transfer_history.begin(); it != transfer_history.end(); )
|
||||
for (auto it = transfer_history.begin(); it != transfer_history.end(); it++ )
|
||||
{
|
||||
if (it->height > 638000)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue