mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-07-02 07:07:27 +00:00
f5495f7cac
Fixed race condition where message handlers could process requests before cryptoWaitReady() and keyring.loadAll() completed. Now all message handlers wait for initialization before processing, which fixes the seed creation failure on first account creation.