Method
check_sender
(path: String, tx: oneshot::Sender<()>)
Source from the content-addressed store, hash-verified
| 176 | long, |
| 177 | default_value_t = String::from("debug") |
| 178 | )] |
| 179 | pub log_level: String, |
| 180 | #[arg( |
| 181 | long, |
| 182 | default_value_t = String::from("summit") |
| 183 | )] |
| 184 | pub db_prefix: String, |
| 185 | /// Path to the genesis file |
| 186 | #[arg( |
| 187 | long, |
| 188 | default_value_t = String::from("./example_genesis.toml") |
| 189 | )] |
| 190 | pub genesis_path: String, |
Callers
nothing calls this directly
Tested by
no test coverage detected