mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-13 17:44:07 +03:00
Add TODO
This commit is contained in:
parent
af48f91ebc
commit
b16c7591d8
@ -35,7 +35,7 @@ class WalletConnect {
|
||||
interactor.onError = { _ in }
|
||||
|
||||
interactor.onSessionRequest = { [weak interactor] (id, peerParam) in
|
||||
let peer = peerParam.peerMeta
|
||||
let peer = peerParam.peerMeta // TODO: use this data for better UI
|
||||
interactor?.approveSession(accounts: accounts, chainId: chainId).cauterize()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user