MCPcopy Create free account
hub / github.com/BitVM/BitVM / sync

Method sync

bridge/src/client/cli/query_command.rs:65–68  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

63 }
64
65 async fn sync(&mut self) {
66 self.client.sync().await;
67 self.client.sync_l2().await;
68 }
69
70 pub fn pegin_deposit_tx_command() -> Command {
71 Command::new("pegin_deposit_tx")

Calls 1

sync_l2Method · 0.80

Tested by

no test coverage detected