MCPcopy Create free account
hub / github.com/SeismicSystems/summit / check_sender

Method check_sender

node/src/args.rs:178–187  ·  view source on GitHub ↗
(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

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected