Fix method name in SendRequest.aesKey javadoc.

This commit is contained in:
Andreas Schildbach 2014-03-09 19:13:48 +01:00 committed by Mike Hearn
parent fac6c6fabe
commit 4f8867c58e

View File

@ -1620,7 +1620,7 @@ public class Wallet implements Serializable, BlockChainListener, PeerFilterProvi
/**
* 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;