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

Method merge

bridge/src/transactions/start_time_timeout.rs:229–232  ·  view source on GitHub ↗
(&mut self, burn: &StartTimeTimeoutTransaction)

Source from the content-addressed store, hash-verified

227 }
228
229 pub fn merge(&mut self, burn: &StartTimeTimeoutTransaction) {
230 merge_transactions(&mut self.tx, &burn.tx);
231 merge_musig2_nonces_and_signatures(self, burn);
232 }
233}
234
235impl BaseTransaction for StartTimeTimeoutTransaction {

Callers

nothing calls this directly

Calls 2

merge_transactionsFunction · 0.85

Tested by

no test coverage detected