pass secureStorageInterface to coin service

This commit is contained in:
sneurlax 2022-11-29 13:40:51 -06:00
parent fa03c5de74
commit a52f232510

View file

@ -187,6 +187,7 @@ abstract class CoinServiceAPI {
walletId: walletId,
walletName: walletName,
coin: coin,
secureStore: secureStorageInterface,
client: client,
cachedClient: cachedClient,
tracker: tracker);