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
we should cache the user.address to query the account balance, delegations, transactions, etc as stated in #1638
Note that it's different from the wallet.address as the first can change for different address look up (See #1719), while the 2 is the ledger/ keystore address for signing txs
The text was updated successfully, but these errors were encountered:
Note that it's different from the wallet.address as the first can change for different address look up (See #1719), while the 2 is the ledger/ keystore address for signing txs
we need to redesign transaction lookup. wallet.address will probably not be used when we implement this.
Description:
we should cache the
user.address
to query the account balance, delegations, transactions, etc as stated in #1638Note that it's different from the
wallet.address
as the first can change for different address look up (See #1719), while the 2 is the ledger/ keystore address for signing txsThe text was updated successfully, but these errors were encountered: