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

Method finalize_input_1

bridge/src/transactions/start_time_timeout.rs:199–208  ·  view source on GitHub ↗
(&mut self, context: &dyn BaseContext, connector_1: &Connector1)

Source from the content-addressed store, hash-verified

197 }
198
199 fn finalize_input_1(&mut self, context: &dyn BaseContext, connector_1: &Connector1) {
200 let input_index = 1;
201 finalize_musig2_taproot_input(
202 self,
203 context,
204 input_index,
205 TapSighashType::None,
206 connector_1.generate_taproot_spend_info(),
207 );
208 }
209
210 pub fn pre_sign(
211 &mut self,

Callers 1

sign_input_1Method · 0.80

Tested by

no test coverage detected