mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 10:12:19 +01:00
Fix compile error.
This commit is contained in:
parent
a598132514
commit
0b3c97239a
@ -37,7 +37,11 @@ public class FetchBlock {
|
||||
peer.connect();
|
||||
new Thread(new Runnable() {
|
||||
public void run() {
|
||||
try {
|
||||
peer.run();
|
||||
} catch (PeerException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
}).start();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user