Skip to content

Commit

Permalink
fix: remove unused functions in the ExchangeIntegrationProvider inter…
Browse files Browse the repository at this point in the history
…face
  • Loading branch information
HashEngineering committed Feb 6, 2024
1 parent 2e96506 commit 04d0dc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ data class ExchangeIntegration(
)

interface ExchangeIntegrationProvider {

suspend fun getDepositAddresses(currency: String): List<ExchangeIntegration>
// fun observeDepositAddresses(currency: String) : Flow<List<ExchangeIntegration>>
fun connectToIntegration(name: String)
}
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,4 @@ class ExchangeIntegrationListProvider @Inject constructor(
}
return false
}

override fun connectToIntegration(name: String) {
TODO("Not yet implemented")
}
}

0 comments on commit 04d0dc2

Please sign in to comment.