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