Update auto-generated bindings to 0.0.101
[ldk-java] / src / main / java / org / ldk / structs / FundingSigned.java
index 67791c525a71af0b0003ee9c804f7278d4eec8ad..160e3c5f2188429f51151c006040d23afc61d6bf 100644 (file)
@@ -35,7 +35,7 @@ public class FundingSigned extends CommonBase {
        }
 
        /**
-        * The signature of the channel acceptor (fundee) on the funding transaction
+        * The signature of the channel acceptor (fundee) on the initial commitment transaction
         */
        public byte[] get_signature() {
                byte[] ret = bindings.FundingSigned_get_signature(this.ptr);
@@ -43,7 +43,7 @@ public class FundingSigned extends CommonBase {
        }
 
        /**
-        * The signature of the channel acceptor (fundee) on the funding transaction
+        * The signature of the channel acceptor (fundee) on the initial commitment transaction
         */
        public void set_signature(byte[] val) {
                bindings.FundingSigned_set_signature(this.ptr, val);