Skip to content

Commit

Permalink
Wrap comments at 90 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed May 18, 2020
1 parent 9178ad7 commit d53cc38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/java/bisq/core/grpc/CoreWalletService.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ public void unlockWallet(String password, long timeout) {
@Override
public void run() {
if (tempAesKey != null) {
// Do not try to lock wallet after timeout if the user already has via 'lockwallet'.
// Do not try to lock wallet after timeout if the user has already
// done so via 'lockwallet'
log.info("Locking wallet after {} second timeout expired.", timeout);
tempAesKey = null;
}
Expand Down

0 comments on commit d53cc38

Please sign in to comment.