3
0
mirror of https://github.com/Qortal/qortal.git synced 2025-02-12 10:15:49 +00:00

Fixed incorrect comment

This commit is contained in:
CalDescent 2021-11-19 23:16:28 +00:00
parent 668ef26056
commit c79ec11b07

View File

@ -69,8 +69,7 @@ public class ArbitraryDataResource {
return new ArbitraryResourceSummary(ArbitraryResourceStatus.MISSING_DATA);
}
// FUTURE: support DOWNLOADED state once the build queue system has been upgraded
// We have all data locally
return new ArbitraryResourceSummary(ArbitraryResourceStatus.DOWNLOADED);
}