Updated on 2026-08-14
This commit is contained in:
parent
25c73300fe
commit
0ddd171bb2
7 changed files with 155 additions and 85 deletions
|
|
@ -277,11 +277,9 @@ internal object TokensDomainModule {
|
|||
@Singleton
|
||||
fun provideGetMinimumTransactionAmountSyncUseCase(
|
||||
currencyChecksRepository: CurrencyChecksRepository,
|
||||
dispatchers: CoroutineDispatcherProvider,
|
||||
): GetMinimumTransactionAmountSyncUseCase {
|
||||
return GetMinimumTransactionAmountSyncUseCase(
|
||||
currencyChecksRepository = currencyChecksRepository,
|
||||
dispatchers = dispatchers,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue