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
* fix(swap): after approving spending cap with a keycard the swap transaction fails
fixes: #16867
* fix(wallet): cannot sing tx sent from imported key pair if the profile is migrated to keycard
fixes: #16901
* chore(wallet): added param to fetchOrGetCachedWalletBalances call to align with statusgo change
---------
Co-authored-by: Sale Djenic <[email protected]>
let response = backend.fetchOrGetCachedWalletBalances(arg.accounts)
93
+
let response = backend.fetchOrGetCachedWalletBalances(arg.accounts, false) #TODO: think should we need to use arg.storeResult or not and if yes, is it everywhere set proprely
0 commit comments