You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
* Problem: need to add rpc endpoint personal_unpair
Closes#730
* this is aimed at smartcard wallet which is not supported yet.
* will return unsupported error now.
* Update rpc/ethereum/namespaces/personal/api.go
* add changelog entry and use errors.Is
Co-authored-by: Federico Kunze Küllmer <[email protected]>
Co-authored-by: Tomas Tauber <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Unpair deletes a pairing between wallet and geth
It's mainly involved with smartcard wallet, refer to: https://github.com/gballet/go-ethereum/blob/0d36c04ccf1d000ed16b2aaf419d2e01eaf85406/accounts/scwallet/README.md
there is no corresponding personal_unpair rpc endpoint in ethermint, need to add
The text was updated successfully, but these errors were encountered: