mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Merge pull request #4567 from oscarguindzberg/remove-unused
Remove unused WalletService.freshKey()
This commit is contained in:
commit
468a16f2c9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user