From f3e226b2bfd4ed61b2084f743dc8b8fed80331ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogdan-=C8=98tefan=20Neac=C5=9Fu?= Date: Mon, 28 Nov 2022 13:27:48 +0200 Subject: [PATCH] Use default serde value for upgrade (#1807) --- clients/client-core/src/config/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/client-core/src/config/mod.rs b/clients/client-core/src/config/mod.rs index 4a3d1c1273..277fff30b9 100644 --- a/clients/client-core/src/config/mod.rs +++ b/clients/client-core/src/config/mod.rs @@ -315,6 +315,7 @@ pub struct Client { disabled_credentials_mode: bool, /// Addresses to nymd validators via which the client can communicate with the chain. + #[serde(default)] validator_urls: Vec, /// Addresses to APIs running on validator from which the client gets the view of the network.