add import file to krux keystore and wallet import

This commit is contained in:
Craig Raw 2024-03-01 07:50:00 +02:00
parent d3b0eac51a
commit 6a496894e1

View file

@ -17,9 +17,4 @@ public class Krux extends SpecterDIY {
public WalletModel getWalletModel() { public WalletModel getWalletModel() {
return WalletModel.KRUX; return WalletModel.KRUX;
} }
@Override
public boolean isFileFormatAvailable() {
return false;
}
} }