Remove unused WalletService.freshKey()

This commit is contained in:
Oscar Guindzberg 2020-09-28 18:37:00 -03:00
parent 20135a1662
commit 1e65af51ea
No known key found for this signature in database
GPG key ID: 209796BF2E1D4F75

View file

@ -585,10 +585,6 @@ public abstract class WalletService {
return wallet.checkAESKey(aesKey);
}
public DeterministicKey freshKey(KeyChain.KeyPurpose purpose) {
return wallet.freshKey(purpose);
}
@Nullable
public DeterministicKey findKeyFromPubKeyHash(byte[] pubKeyHash) {
return wallet.getActiveKeyChain().findKeyFromPubHash(pubKeyHash);