mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-16 04:17:25 +00:00
Close stream in BlockImporter
This commit is contained in:
@@ -71,6 +71,7 @@ public class BlockImporter {
|
||||
System.out.println(i);
|
||||
i++;
|
||||
}
|
||||
stream.close();
|
||||
System.out.println("Imported " + chain.getChainHead().getHeight() + " blocks.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user