forked from Qortal/qortal
Slightly optimized logic in fetchArbitraryDataFiles()
This commit is contained in:
parent
fa447ccded
commit
9ec4e24ef6
@ -170,7 +170,6 @@ public class ArbitraryDataFileManager extends Thread {
|
||||
|
||||
// Invalidate the hosted transactions cache as we are now hosting something new
|
||||
ArbitraryDataStorageManager.getInstance().invalidateHostedTransactionsCache();
|
||||
}
|
||||
|
||||
// Check if we have all the files we need for this transaction
|
||||
if (arbitraryDataFile.allFilesExist()) {
|
||||
@ -188,6 +187,8 @@ public class ArbitraryDataFileManager extends Thread {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return receivedAtLeastOneFile;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user