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
While it is important that the jsonrpc api doesn't depend on the global selected account variable, I think it might make sense to use it to just store the last account. (to have less important state in the config.json / desktop settings file)
The actionable item is to find answer to the following questions:
what would be needed besides an additional method to remove selection (like is the state that no account is selected even possible
is what I'm proposing here even a good idea?
are there any side effects of using the core variable, like core depending on this variable for something or core automatically setting/reading this variable?
The text was updated successfully, but these errors were encountered:
I think in the past we didn't do it because there isn't an unselect account api yet.
we already have
select_account
andget_selected_account_id
, but at the moment they have todo comments to be removed because we don't use them.While it is important that the jsonrpc api doesn't depend on the global selected account variable, I think it might make sense to use it to just store the last account. (to have less important state in the config.json / desktop settings file)
The actionable item is to find answer to the following questions:
The text was updated successfully, but these errors were encountered: