3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00

Wallet: rename setLookaheadThreshold() to setKeychainLookaheadThreshold()

for consistency
This commit is contained in:
Harald Hoyer 2014-06-04 17:16:06 +02:00 committed by Mike Hearn
parent 2d9ad0466a
commit a690454be1

View File

@ -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);