post rebase fixes

This commit is contained in:
Jędrzej Stuczyński
2024-07-24 09:17:12 +01:00
parent 0e2cfa5be0
commit c3ce0d0b5c
3 changed files with 54 additions and 10 deletions
@@ -925,6 +925,8 @@ pub async fn try_upgrade_config_v2<P: AsRef<Path>>(
announce_wss_port: old_cfg.entry_gateway.announce_wss_port,
debug: EntryGatewayConfigDebug {
message_retrieval_limit: old_cfg.entry_gateway.debug.message_retrieval_limit,
// \/ ADDED
zk_nym_tickets: Default::default(),
},
},
exit_gateway: ExitGatewayConfig {