re-enable axe

This commit is contained in:
Daniel Lugo 2020-02-14 13:57:02 -04:00
parent 5093f910f8
commit 3c41d435fd

View file

@ -232,7 +232,7 @@ const instantiateGun = async () => {
}
const _gun = new Gun({
axe: false,
axe: true,
peers: Config.PEERS
})
@ -413,7 +413,6 @@ class Mediator {
socket.emit(eventName, encryptedMessage)
} catch (err) {
console.error(err)
}
}
}