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": [ "cSpell.words": [
"acked", "acked",
"Authing", "Authing",
"ciphertext",
"eccrypto",
"endregion", "endregion",
"ephem",
"epriv", "epriv",
"Epub", "Epub",
"falsey", "falsey",

View file

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