generate new handshake addr on disconnect

This commit is contained in:
Daniel Lugo 2020-01-28 21:59:25 -04:00
parent 6458bf7398
commit 0f208f0948

View file

@ -1112,6 +1112,8 @@ const disconnect = async pub => {
} }
}) })
}) })
await generateHandshakeAddress(require('../Mediator').getUser())
} }
module.exports = { module.exports = {