mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Fixed incorrect comment
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user