You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let child_ix = self.rand_bytes_child_index.fetch_add(1,Ordering::AcqRel);
1023
1030
let child_privkey = self.rand_bytes_master_key.ckd_priv(&self.secp_ctx,ChildNumber::from_hardened_idx(child_ix asu32).expect("key space exhausted")).expect("Your RNG is busted");
let funding_redeemscript = self.get_funding_redeemscript();
1565
1571
let funding_txo_script = funding_redeemscript.to_v0_p2wsh();
1566
1572
let obscure_factor = get_commitment_transaction_number_obscure_factor(&self.get_holder_pubkeys().payment_point,&self.get_counterparty_pubkeys().payment_point,self.is_outbound());
let funding_txo = self.get_funding_txo().unwrap();
1635
1641
let funding_txo_script = funding_redeemscript.to_v0_p2wsh();
1636
1642
let obscure_factor = get_commitment_transaction_number_obscure_factor(&self.get_holder_pubkeys().payment_point,&self.get_counterparty_pubkeys().payment_point,self.is_outbound());
0 commit comments