Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-19 14:01:07 +04:00
parent 18f18f84cc
commit dfe2dc0a0e

View file

@ -37,11 +37,11 @@ class WalletConnectInteractor(
suspend fun startListening(userWalletId: String, cardId: String?) {
this.userWalletId = userWalletId
this.cardId = cardId
walletConnectRepository.updateSessions()
coroutineScope {
launch { subscribeToEvents() }
launch { subscribeToSessions() }
}
walletConnectRepository.updateSessions()
}
private suspend fun subscribeToEvents() {