mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
929a5de757
* add InjectChatAccount to account manager * add InjectChatAccount to Backend * add comments to LoginWithKeycard * add LoginWithKeycard test to lib * fix export comment to avoid lint errors * ensure wallet and chat keys are empty before injecting chat key * rename InjectChatAccount to SetChatAccount * add TestBackendInjectChatAccount * stop node in TestBackendInjectChatAccount * SetChatAccount doesn't return error * add comment to InjectChatAccount * fix account test