mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
fix import
This commit is contained in:
parent
1eea37c54c
commit
3466f4cdd3
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import 'package:flutter_libepiccash/lib.dart' as epic;
|
||||
import 'package:stackwallet/utilities/enums/coin_enum.dart';
|
||||
import 'package:stackwallet/wallets/crypto_currency/bip39_currency.dart';
|
||||
import 'package:stackwallet/wallets/crypto_currency/crypto_currency.dart';
|
||||
import 'package:stackwallet/wallets/example/libepiccash.dart';
|
||||
|
||||
class Epiccash extends Bip39Currency {
|
||||
Epiccash(super.network) {
|
||||
|
@ -30,6 +30,6 @@ class Epiccash extends Bip39Currency {
|
|||
}
|
||||
}
|
||||
|
||||
return LibEpiccash.validateSendAddress(address: address);
|
||||
return epic.LibEpiccash.validateSendAddress(address: address);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue