[Java] Update auto-generated bindings to 0.0.105.0
[ldk-java] / src / main / java / org / ldk / structs / TrustedCommitmentTransaction.java
index 1590d438c6d2054bed30846eb187117bdc0907d8..eec574dd6efb2eb7ae844d32b0299e6dcb0b7c9d 100644 (file)
@@ -72,6 +72,8 @@ public class TrustedCommitmentTransaction extends CommonBase {
         * which HTLCOutputInCommitment::transaction_output_index.is_some()).
         * 
         * The returned Vec has one entry for each HTLC, and in the same order.
+        * 
+        * This function is only valid in the holder commitment context, it always uses SigHashType::All.
         */
        public Result_CVec_SignatureZNoneZ get_htlc_sigs(byte[] htlc_base_key, DirectedChannelTransactionParameters channel_parameters) {
                long ret = bindings.TrustedCommitmentTransaction_get_htlc_sigs(this.ptr, InternalUtils.check_arr_len(htlc_base_key, 32), channel_parameters == null ? 0 : channel_parameters.ptr & ~1);