Update auto-generated bindings to 0.0.101
[ldk-java] / src / main / java / org / ldk / structs / FundingCreated.java
index 40777425d86ed09a27374b1d04eede2230c762af..68abbacf60241f0f0fb3ca9c464e90bc4b1646af 100644 (file)
@@ -65,7 +65,7 @@ public class FundingCreated extends CommonBase {
        }
 
        /**
-        * The signature of the channel initiator (funder) on the funding transaction
+        * The signature of the channel initiator (funder) on the initial commitment transaction
         */
        public byte[] get_signature() {
                byte[] ret = bindings.FundingCreated_get_signature(this.ptr);
@@ -73,7 +73,7 @@ public class FundingCreated extends CommonBase {
        }
 
        /**
-        * The signature of the channel initiator (funder) on the funding transaction
+        * The signature of the channel initiator (funder) on the initial commitment transaction
         */
        public void set_signature(byte[] val) {
                bindings.FundingCreated_set_signature(this.ptr, val);