wallet: do not return error if incoming_transfers finds none

reported by saddam
This commit is contained in:
moneromooo-monero 2015-12-28 20:26:46 +00:00
parent 95ceb715dc
commit 9847db6920
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -605,11 +605,6 @@ namespace tools
}
}
if (!transfers_found)
{
return false;
}
return true;
}
//------------------------------------------------------------------------------------------------------------------------------