mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-30 23:02:15 +00:00
Fix typo in PeerGroup c'tor javadoc. Spotted by Matt.
This commit is contained in:
parent
590fd82fdc
commit
1710be5b06
@ -154,7 +154,7 @@ public class PeerGroup {
|
||||
*
|
||||
* <pre>
|
||||
* ClientBootstrap bootstrap = PeerGroup.createClientBootstrap();
|
||||
* bootstrap.setOption("oonnectionTimeoutMillis", 3000);
|
||||
* bootstrap.setOption("connectionTimeoutMillis", 3000);
|
||||
* PeerGroup peerGroup = new PeerGroup(params, chain, bootstrap);
|
||||
* </pre>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user