Skip to content

Commit

Permalink
Compile fix for taproot cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
optout21 committed Sep 12, 2023
1 parent bcb1973 commit b7b83b2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions lightning/src/ln/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5945,10 +5945,12 @@ impl<SP: Deref> Channel<SP> where
splice_prev_funding_input_index,
splice_tx_redeem_script: redeem_script,
signature,
// #[cfg(taproot)]
// partial_signature_with_nonce: None,
// #[cfg(taproot)]
// next_local_nonce: None,
/*
#[cfg(taproot)]
partial_signature_with_nonce: None,
#[cfg(taproot)]
next_local_nonce: None,
*/
})
}

Expand Down Expand Up @@ -6078,8 +6080,10 @@ impl<SP: Deref> Channel<SP> where
funding_signature,
splice_prev_funding_input_index: msg.splice_prev_funding_input_index,
signature,
/*
#[cfg(taproot)]
partial_signature_with_nonce: None,
*/
}, channel_monitor))
}
}
Expand Down

0 comments on commit b7b83b2

Please sign in to comment.