mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +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;
|
||||
|
||||
late FlutterSecureStorageInterface _secureStore;
|
||||
late SecureStorageInterface _secureStore;
|
||||
|
||||
late PriceAPI _priceAPI;
|
||||
|
||||
|
@ -1310,7 +1310,7 @@ class ParticlWallet extends CoinServiceAPI {
|
|||
required CachedElectrumX cachedClient,
|
||||
required TransactionNotificationTracker tracker,
|
||||
PriceAPI? priceAPI,
|
||||
FlutterSecureStorageInterface? secureStore,
|
||||
SecureStorageInterface? secureStore,
|
||||
}) {
|
||||
txTracker = tracker;
|
||||
_walletId = walletId;
|
||||
|
|
Loading…
Reference in a new issue