mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Remove unused WalletService.freshKey()
This commit is contained in:
parent
20135a1662
commit
1e65af51ea
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue