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

Method finalize_input_0

bridge/src/transactions/assert_transactions/assert_initial.rs:197–206  ·  view source on GitHub ↗
(&mut self, context: &dyn BaseContext, connector_b: &ConnectorB)

Source from the content-addressed store, hash-verified

195 }
196
197 fn finalize_input_0(&mut self, context: &dyn BaseContext, connector_b: &ConnectorB) {
198 let input_index = 0;
199 finalize_musig2_taproot_input(
200 self,
201 context,
202 input_index,
203 TapSighashType::All,
204 connector_b.generate_taproot_spend_info(),
205 );
206 }
207
208 pub fn pre_sign(
209 &mut self,

Callers 1

sign_input_0Method · 0.45

Tested by

no test coverage detected