mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Fixes for LTC electrum nodes available.
This commit is contained in:
parent
9f9ec91eba
commit
1cb27d9da3
7 changed files with 64 additions and 53 deletions
|
@ -74,7 +74,7 @@ Future<void> main() async {
|
|||
if (!Hive.isAdapterRegistered(Order.typeId)) {
|
||||
Hive.registerAdapter(OrderAdapter());
|
||||
}
|
||||
|
||||
|
||||
final secureStorage = FlutterSecureStorage();
|
||||
final transactionDescriptionsBoxKey = await getEncryptionKey(
|
||||
secureStorage: secureStorage, forKey: TransactionDescription.boxKey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue