mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Fix compile error.
This commit is contained in:
@@ -37,7 +37,11 @@ public class FetchBlock {
|
||||
peer.connect();
|
||||
new Thread(new Runnable() {
|
||||
public void run() {
|
||||
peer.run();
|
||||
try {
|
||||
peer.run();
|
||||
} catch (PeerException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
}).start();
|
||||
|
||||
|
Reference in New Issue
Block a user