Skip to content

Commit

Permalink
Fix method name in SendRequest.aesKey javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach authored and mikehearn committed Mar 10, 2014
1 parent fac6c6f commit 4f8867c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/google/bitcoin/core/Wallet.java
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ public static class SendRequest {
/**
* The AES key to use to decrypt the private keys before signing.
* If null then no decryption will be performed and if decryption is required an exception will be thrown.
* You can get this from a password by doing wallet.getKeyCrypter().derivePassword(password).
* You can get this from a password by doing wallet.getKeyCrypter().deriveKey(password).
*/
public KeyParameter aesKey = null;

Expand Down

0 comments on commit 4f8867c

Please sign in to comment.