Merge pull request #496 from shocknet/misc-dec-7

Remove call to non existant fn
This commit is contained in:
Daniel Lugo 2021-12-07 11:45:02 -04:00 committed by GitHub
commit 38628cafb6
2 changed files with 3 additions and 4 deletions

View file

@ -7,7 +7,10 @@
"cSpell.words": [
"acked",
"Authing",
"ciphertext",
"eccrypto",
"endregion",
"ephem",
"epriv",
"Epub",
"falsey",

View file

@ -518,10 +518,6 @@ module.exports = async (
await recreateLnServices()
if (GunDB.isAuthenticated()) {
GunDB.instantiateGun()
}
const publicKey = await GunDB.authenticate(alias, password)
if (!publicKey) {