fix: WS2P afficher l'adresse
This commit is contained in:
@@ -17,7 +17,7 @@ export function ws2pWatcher(conf: Conf) {
|
|||||||
const target = `${wserver.address} (${wserver.expectedPubkey.substr(0, 8)})`
|
const target = `${wserver.address} (${wserver.expectedPubkey.substr(0, 8)})`
|
||||||
|
|
||||||
return watcherLoop(
|
return watcherLoop(
|
||||||
`WS2P ${wserver.name}`,
|
`WS2P ${wserver.address} (${wserver.name})`,
|
||||||
async () => {
|
async () => {
|
||||||
|
|
||||||
const localAuth = new WS2PPubkeyLocalAuth(wserver.currency, keypair, "", async () => true)
|
const localAuth = new WS2PPubkeyLocalAuth(wserver.currency, keypair, "", async () => true)
|
||||||
|
|||||||
Reference in New Issue
Block a user