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

Method merge

bridge/src/transactions/assert.rs:179–182  ·  view source on GitHub ↗
(&mut self, assert: &AssertTransaction)

Source from the content-addressed store, hash-verified

177 }
178
179 pub fn merge(&mut self, assert: &AssertTransaction) {
180 merge_transactions(&mut self.tx, &assert.tx);
181 merge_musig2_nonces_and_signatures(self, assert);
182 }
183}
184
185impl BaseTransaction for AssertTransaction {

Callers

nothing calls this directly

Calls 2

merge_transactionsFunction · 0.85

Tested by

no test coverage detected