mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-25 07:07:39 +01:00
Wallet: rename setLookaheadThreshold() to setKeychainLookaheadThreshold()
for consistency
This commit is contained in:
parent
2d9ad0466a
commit
a690454be1
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ public class Wallet extends BaseTaggableObject implements Serializable, BlockCha
|
|||
}
|
||||
|
||||
/** See {@link com.google.bitcoin.wallet.DeterministicKeyChain#setLookaheadThreshold(int)} for more info on this. */
|
||||
public void setLookaheadThreshold(int num) {
|
||||
public void setKeychainLookaheadThreshold(int num) {
|
||||
lock.lock();
|
||||
try {
|
||||
keychain.setLookaheadThreshold(num);
|
||||
|
|
Loading…
Add table
Reference in a new issue