BisqWalletFactory: Remove method already declared on superinterface

This commit is contained in:
Oscar Guindzberg 2018-12-18 12:50:07 -03:00
parent 9e21a388fa
commit 6633e22ffd

View file

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