From d76ab32c7cf1cbd7127df3b74ccff11bc84f5967 Mon Sep 17 00:00:00 2001 From: Andrius Dagys Date: Wed, 5 Oct 2016 16:35:48 +0100 Subject: [PATCH] Set default notary in configuration to be validating --- config/dev/nameservernode.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dev/nameservernode.conf b/config/dev/nameservernode.conf index c11f5d7c33..7a91eda14f 100644 --- a/config/dev/nameservernode.conf +++ b/config/dev/nameservernode.conf @@ -5,5 +5,5 @@ keyStorePassword : "cordacadevpass" trustStorePassword : "trustpass" artemisAddress : "localhost:12345" webAddress : "localhost:12346" -extraAdvertisedServiceIds: "corda.notary.simple" +extraAdvertisedServiceIds: "corda.notary.validating" useHTTPS : false \ No newline at end of file