mirror of
https://github.com/monero-project/monero.git
synced 2026-01-21 12:03:10 +01:00
wallet: do not return error if incoming_transfers finds none
reported by saddam
This commit is contained in:
@@ -605,11 +605,6 @@ namespace tools
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!transfers_found)
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
//------------------------------------------------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user