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

Method finalize_input_0

bridge/src/transactions/start_time_timeout.rs:167–176  ·  view source on GitHub ↗
(&mut self, context: &dyn BaseContext, connector_2: &Connector2)

Source from the content-addressed store, hash-verified

165 }
166
167 fn finalize_input_0(&mut self, context: &dyn BaseContext, connector_2: &Connector2) {
168 let input_index = 0;
169 finalize_musig2_taproot_input(
170 self,
171 context,
172 input_index,
173 TapSighashType::Single,
174 connector_2.generate_taproot_spend_info(),
175 );
176 }
177
178 fn sign_input_1(
179 &mut self,

Callers 1

sign_input_0Method · 0.45

Tested by

no test coverage detected