From 2d55d09f24fffeeed258cdaa9f99e1578789570b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogdan-=C8=98tefan=20Neac=C8=99u?= Date: Mon, 28 Feb 2022 13:38:17 +0200 Subject: [PATCH] Use 3 signer authorities --- clients/tauri-client/src/routes/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tauri-client/src/routes/index.svelte b/clients/tauri-client/src/routes/index.svelte index fc9b645177..3e068fb820 100644 --- a/clients/tauri-client/src/routes/index.svelte +++ b/clients/tauri-client/src/routes/index.svelte @@ -3,7 +3,7 @@ import {onMount} from "svelte"; import QRious from "qrious"; - const validator_urls = ["http://localhost:8080"]; + const validator_urls = ["http://localhost:8080", "http://localhost:8081", "http://localhost:8082"]; let signatures = []; let qrVisible = false;