mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-25 12:06:05 +00:00
Remove Flutter Secure Storage from Linux
This commit is contained in:
parent
ff1efbd15c
commit
abb18bb9fb
2 changed files with 1 additions and 3 deletions
|
@ -266,7 +266,6 @@ Future<void> setup({
|
||||||
required Box<Order> ordersSource,
|
required Box<Order> ordersSource,
|
||||||
required Box<UnspentCoinsInfo> unspentCoinsInfoSource,
|
required Box<UnspentCoinsInfo> unspentCoinsInfoSource,
|
||||||
required Box<AnonpayInvoiceInfo> anonpayInvoiceInfoSource,
|
required Box<AnonpayInvoiceInfo> anonpayInvoiceInfoSource,
|
||||||
required FlutterSecureStorage secureStorage,
|
|
||||||
}) async {
|
}) async {
|
||||||
_walletInfoSource = walletInfoSource;
|
_walletInfoSource = walletInfoSource;
|
||||||
_nodeSource = nodeSource;
|
_nodeSource = nodeSource;
|
||||||
|
|
|
@ -204,8 +204,7 @@ Future<void> initialSetup(
|
||||||
transactionDescriptionBox: transactionDescriptions,
|
transactionDescriptionBox: transactionDescriptions,
|
||||||
ordersSource: ordersSource,
|
ordersSource: ordersSource,
|
||||||
anonpayInvoiceInfoSource: anonpayInvoiceInfo,
|
anonpayInvoiceInfoSource: anonpayInvoiceInfo,
|
||||||
unspentCoinsInfoSource: unspentCoinsInfoSource,
|
unspentCoinsInfoSource: unspentCoinsInfoSource);
|
||||||
secureStorage: secureStorage);
|
|
||||||
await bootstrap(navigatorKey);
|
await bootstrap(navigatorKey);
|
||||||
monero?.onStartup();
|
monero?.onStartup();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue