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

Method merge

bridge/src/transactions/start_time.rs:185–188  ·  view source on GitHub ↗
(&mut self, burn: &StartTimeTransaction)

Source from the content-addressed store, hash-verified

183 }
184
185 pub fn merge(&mut self, burn: &StartTimeTransaction) {
186 merge_transactions(&mut self.tx, &burn.tx);
187 merge_musig2_nonces_and_signatures(self, burn);
188 }
189}
190
191impl BaseTransaction for StartTimeTransaction {

Callers

nothing calls this directly

Calls 2

merge_transactionsFunction · 0.85

Tested by

no test coverage detected