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

Method merge

bridge/src/transactions/take_2.rs:290–293  ·  view source on GitHub ↗
(&mut self, take_2: &Take2Transaction)

Source from the content-addressed store, hash-verified

288 }
289
290 pub fn merge(&mut self, take_2: &Take2Transaction) {
291 merge_transactions(&mut self.tx, &take_2.tx);
292 merge_musig2_nonces_and_signatures(self, take_2);
293 }
294}
295
296impl BaseTransaction for Take2Transaction {

Callers

nothing calls this directly

Calls 2

merge_transactionsFunction · 0.85

Tested by

no test coverage detected