Use default serde value for upgrade (#1807)

This commit is contained in:
Bogdan-Ștefan Neacşu
2022-11-28 13:27:48 +02:00
committed by GitHub
parent 018bf8c241
commit f3e226b2bf
+1
View File
@@ -315,6 +315,7 @@ pub struct Client<T> {
disabled_credentials_mode: bool,
/// Addresses to nymd validators via which the client can communicate with the chain.
#[serde(default)]
validator_urls: Vec<Url>,
/// Addresses to APIs running on validator from which the client gets the view of the network.