mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-30 05:31:23 +00:00
follower compile error fix
This commit is contained in:
@@ -114,9 +114,7 @@ public class Follower {
|
|||||||
// if passed examination for fetching, then fetch
|
// if passed examination for fetching, then fetch
|
||||||
if (examined) {
|
if (examined) {
|
||||||
LOGGER.info("for {} on {}, fetching {}", name, arbitraryTransaction.getService(), arbitraryTransaction.getIdentifier());
|
LOGGER.info("for {} on {}, fetching {}", name, arbitraryTransaction.getService(), arbitraryTransaction.getIdentifier());
|
||||||
boolean fetched
|
boolean fetched = ArbitraryDataFileListManager.getInstance().fetchArbitraryDataFileList(arbitraryTransaction);
|
||||||
= ArbitraryDataFileListManager.getInstance().fetchArbitraryDataFileList(
|
|
||||||
arbitraryTransaction, ArbitraryDataConstants.REQUEST_TIMEOUT);
|
|
||||||
|
|
||||||
LOGGER.info("fetched = " + fetched);
|
LOGGER.info("fetched = " + fetched);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user