-fix typo

This commit is contained in:
Christian Grothoff 2021-07-14 14:34:58 +02:00
parent 99163fe80d
commit f30705623b
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -50,7 +50,7 @@ import { BrowserCryptoWorkerFactory } from "./browserCryptoWorkerFactory";
* Currently active wallet instance. Might be unloaded and
* re-instantiated when the database is reset.
*
* FIXME: Maybe move the wallet reseting into the Wallet class?
* FIXME: Maybe move the wallet resetting into the Wallet class?
*/
let currentWallet: Wallet | undefined;