fix: WS2P afficher l'adresse

This commit is contained in:
Cédric Moreau
2022-05-29 12:37:04 +02:00
parent 08ca7b6f86
commit 4b057882bd

View File

@@ -17,7 +17,7 @@ export function ws2pWatcher(conf: Conf) {
const target = `${wserver.address} (${wserver.expectedPubkey.substr(0, 8)})`
return watcherLoop(
`WS2P ${wserver.name}`,
`WS2P ${wserver.address} (${wserver.name})`,
async () => {
const localAuth = new WS2PPubkeyLocalAuth(wserver.currency, keypair, "", async () => true)