Fix misc. formatting/style/syntax inconsistencies and issues.

This commit is contained in:
Amichai Rothman
2015-06-28 15:46:17 +03:00
committed by Mike Hearn
parent 820765753c
commit dc94018992
30 changed files with 70 additions and 74 deletions

View File

@@ -76,7 +76,6 @@ public class PrivateKeys {
} catch (ArrayIndexOutOfBoundsException e) {
System.out.println("First arg should be private key in Base58 format. Second argument should be address " +
"to send to.");
return;
}
}
}