Skip to content

Commit

Permalink
Do stop peer group async
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Morales committed Jun 12, 2018
1 parent 3df1c32 commit 00e6cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/kits/BIP47AppKit.java
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public void stop() {
}

log.debug("Stopping peergroup");
vPeerGroup.stop();
vPeerGroup.stopAsync();
try {
log.debug("Saving wallet");
vWallet.saveToFile(vWalletFile);
Expand Down

0 comments on commit 00e6cb1

Please sign in to comment.