()
| 496 | } |
| 497 | |
| 498 | pub fn broadcast_command() -> Command { |
| 499 | Command::new("broadcast") |
| 500 | .about("broadcast peg-in deposit transaction in a peg-in graph separately") |
| 501 | .args([arg!(<GRAPH_ID> "peg-in graph id").required(true)]) |
| 502 | } |
| 503 | |
| 504 | pub async fn handle_broadcast(&mut self, matches: &ArgMatches) -> Response { |
| 505 | self.sync().await; |
nothing calls this directly
no outgoing calls
no test coverage detected