mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
pass secureStorageInterface to coin service
This commit is contained in:
parent
fa03c5de74
commit
a52f232510
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ abstract class CoinServiceAPI {
|
|||
walletId: walletId,
|
||||
walletName: walletName,
|
||||
coin: coin,
|
||||
secureStore: secureStorageInterface,
|
||||
client: client,
|
||||
cachedClient: cachedClient,
|
||||
tracker: tracker);
|
||||
|
|
Loading…
Reference in a new issue