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

Method finalize_input_0

bridge/src/transactions/assert.rs:158–167  ·  view source on GitHub ↗
(&mut self, context: &dyn BaseContext, connector_b: &ConnectorB)

Source from the content-addressed store, hash-verified

156 }
157
158 fn finalize_input_0(&mut self, context: &dyn BaseContext, connector_b: &ConnectorB) {
159 let input_index = 0;
160 finalize_musig2_taproot_input(
161 self,
162 context,
163 input_index,
164 TapSighashType::All,
165 connector_b.generate_taproot_spend_info(),
166 );
167 }
168
169 pub fn pre_sign(
170 &mut self,

Callers 1

sign_input_0Method · 0.45

Tested by

no test coverage detected