Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong RPC responce after sending 'disconnect' request to wallet #33

Open
purpleguy99 opened this issue Sep 6, 2023 · 0 comments
Open

Comments

@purpleguy99
Copy link

Actually, i tried to send disconnect rpc request to the wallet via HTTP bridge and got some invalid results.

If you sending through the await this.sendRequest({ method: 'disconnect', params: [] }, onRequestSent); from the TonConnect SDK, wallet must return the next RPC response, like this:
image

but it returns Disconnect Event:
image

As you can see when we calling RPC response we must get RPC request. But we get App Event, as if we were manually disconnect our wallet from our tonconnect dapp in wallet aplication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant