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

Method sign_input_1

bridge/src/transactions/take_2.rs:215–223  ·  view source on GitHub ↗
(&mut self, context: &OperatorContext)

Source from the content-addressed store, hash-verified

213 }
214
215 fn sign_input_1(&mut self, context: &OperatorContext) {
216 let input_index = 1;
217 pre_sign_p2wsh_input(
218 self,
219 input_index,
220 EcdsaSighashType::All,
221 &vec![&context.operator_keypair],
222 );
223 }
224
225 fn sign_input_2(
226 &mut self,

Callers 1

newMethod · 0.45

Calls 1

pre_sign_p2wsh_inputFunction · 0.85

Tested by

no test coverage detected