mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
Fix method name in SendRequest.aesKey javadoc.
This commit is contained in:
parent
fac6c6fabe
commit
4f8867c58e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user