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

Method finalize_input_0

bridge/src/transactions/take_2.rs:204–213  ·  view source on GitHub ↗
(&mut self, context: &dyn BaseContext, connector_0: &Connector0)

Source from the content-addressed store, hash-verified

202 }
203
204 fn finalize_input_0(&mut self, context: &dyn BaseContext, connector_0: &Connector0) {
205 let input_index = 0;
206 finalize_musig2_taproot_input(
207 self,
208 context,
209 input_index,
210 TapSighashType::All,
211 connector_0.generate_taproot_spend_info(),
212 );
213 }
214
215 fn sign_input_1(&mut self, context: &OperatorContext) {
216 let input_index = 1;

Callers 1

sign_input_0Method · 0.45

Tested by

no test coverage detected