gui: navigation base

This commit is contained in:
ardocrat
2023-04-27 01:28:55 +03:00
parent 61f02c338d
commit e02fc5c811
19 changed files with 460 additions and 264 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ pub fn start(chain_type: &ChainTypes) {
);
let config = node_config.clone().unwrap();
let mut server_config = config.members.as_ref().unwrap().server.clone();
let server_config = config.members.as_ref().unwrap().server.clone();
// Initialize our global chain_type, feature flags (NRD kernel support currently), accept_fee_base, and future_time_limit.
// These are read via global and not read from config beyond this point.