Merge pull request #4567 from oscarguindzberg/remove-unused

Remove unused WalletService.freshKey()
This commit is contained in:
Christoph Atteneder 2020-09-29 09:57:51 +02:00 committed by GitHub
commit 468a16f2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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