mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
4939268edf
* select account decrypting wallet and chat keys * adapt account tests to use chat and wallet account/keys * fix tests using chat address * changes after review * fix status service e2e tests * add account.Info struct returned when creating and recovering an account * use s.EqualValues to compare recovered accounts * return Info instead of *Info * add both address and walletAddress to responses * Update lib/types.go Co-Authored-By: gravityblast <andrea@gravityblast.com> * Update lib/types.go Co-Authored-By: gravityblast <andrea@gravityblast.com> * update comment to fix lint