mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
update secure storage interface
This commit is contained in:
parent
7a0cb3669a
commit
1d7147d330
1 changed files with 2 additions and 2 deletions
|
@ -1298,7 +1298,7 @@ class ParticlWallet extends CoinServiceAPI {
|
||||||
|
|
||||||
CachedElectrumX get cachedElectrumXClient => _cachedElectrumXClient;
|
CachedElectrumX get cachedElectrumXClient => _cachedElectrumXClient;
|
||||||
|
|
||||||
late FlutterSecureStorageInterface _secureStore;
|
late SecureStorageInterface _secureStore;
|
||||||
|
|
||||||
late PriceAPI _priceAPI;
|
late PriceAPI _priceAPI;
|
||||||
|
|
||||||
|
@ -1310,7 +1310,7 @@ class ParticlWallet extends CoinServiceAPI {
|
||||||
required CachedElectrumX cachedClient,
|
required CachedElectrumX cachedClient,
|
||||||
required TransactionNotificationTracker tracker,
|
required TransactionNotificationTracker tracker,
|
||||||
PriceAPI? priceAPI,
|
PriceAPI? priceAPI,
|
||||||
FlutterSecureStorageInterface? secureStore,
|
SecureStorageInterface? secureStore,
|
||||||
}) {
|
}) {
|
||||||
txTracker = tracker;
|
txTracker = tracker;
|
||||||
_walletId = walletId;
|
_walletId = walletId;
|
||||||
|
|
Loading…
Reference in a new issue