mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 14:54:15 +00:00
Wallet: rename setLookaheadThreshold() to setKeychainLookaheadThreshold()
for consistency
This commit is contained in:
parent
2d9ad0466a
commit
a690454be1
@ -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. */
|
/** 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();
|
lock.lock();
|
||||||
try {
|
try {
|
||||||
keychain.setLookaheadThreshold(num);
|
keychain.setLookaheadThreshold(num);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user