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
f507baa367
commit
be14e39d8b
1 changed files with 2 additions and 2 deletions
|
@ -1301,7 +1301,7 @@ class ParticlWallet extends CoinServiceAPI {
|
|||
|
||||
CachedElectrumX get cachedElectrumXClient => _cachedElectrumXClient;
|
||||
|
||||
late FlutterSecureStorageInterface _secureStore;
|
||||
late SecureStorageInterface _secureStore;
|
||||
|
||||
late PriceAPI _priceAPI;
|
||||
|
||||
|
@ -1313,7 +1313,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