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

Method finalize_input_0

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

Source from the content-addressed store, hash-verified

139 }
140
141 fn finalize_input_0(&mut self, context: &dyn BaseContext, connector_1: &Connector1) {
142 let input_index = 0;
143 finalize_musig2_taproot_input(
144 self,
145 context,
146 input_index,
147 TapSighashType::Single,
148 connector_1.generate_taproot_spend_info(),
149 );
150 }
151
152 pub fn pre_sign(
153 &mut self,

Callers 1

sign_input_0Method · 0.45

Tested by

no test coverage detected