wallet: do not return error if incoming_transfers finds none
reported by saddam
This commit is contained in:
parent
95ceb715dc
commit
9847db6920
1 changed files with 0 additions and 5 deletions
|
@ -605,11 +605,6 @@ namespace tools
|
|||
}
|
||||
}
|
||||
|
||||
if (!transfers_found)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
//------------------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue