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

Method merge

bridge/src/transactions/assert_transactions/assert_initial.rs:218–221  ·  view source on GitHub ↗
(&mut self, assert: &AssertInitialTransaction)

Source from the content-addressed store, hash-verified

216 }
217
218 pub fn merge(&mut self, assert: &AssertInitialTransaction) {
219 merge_transactions(&mut self.tx, &assert.tx);
220 merge_musig2_nonces_and_signatures(self, assert);
221 }
222}
223
224impl BaseTransaction for AssertInitialTransaction {

Callers

nothing calls this directly

Calls 2

merge_transactionsFunction · 0.85

Tested by

no test coverage detected