Updated on 2026-08-14
This commit is contained in:
parent
18f18f84cc
commit
dfe2dc0a0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue