mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
BisqWalletFactory: Remove method already declared on superinterface
This commit is contained in:
parent
9e21a388fa
commit
6633e22ffd
1 changed files with 0 additions and 2 deletions
|
@ -95,8 +95,6 @@ public class WalletConfig extends AbstractIdleService {
|
|||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
public interface BisqWalletFactory extends WalletProtobufSerializer.WalletFactory {
|
||||
Wallet create(NetworkParameters params, KeyChainGroup keyChainGroup);
|
||||
|
||||
Wallet create(NetworkParameters params, KeyChainGroup keyChainGroup, boolean isBsqWallet);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue