Update auto-generated bindings to 0.0.101
[ldk-java] / src / main / java / org / ldk / structs / CommitmentTransaction.java
index ceb8a799f00315de4094e371f0bdf70e2b8982a2..fb6b54e55d71cce95653ecaa32541243caf1624b 100644 (file)
@@ -8,7 +8,7 @@ import javax.annotation.Nullable;
 
 
 /**
- * This class tracks the per-transaction information needed to build a commitment transaction and to
+ * This class tracks the per-transaction information needed to build a commitment transaction and will
  * actually build it and sign.  It is used for holder transactions that we sign only when needed
  * and for transactions we sign for the counterparty.
  * 
@@ -91,7 +91,7 @@ public class CommitmentTransaction extends CommonBase {
         * Applies a wrapper which allows access to these fields.
         * 
         * This should only be used if you fully trust the builder of this object.  It should not
-        * \tbe used by an external signer - instead use the verify function.
+        * be used by an external signer - instead use the verify function.
         */
        public TrustedCommitmentTransaction trust() {
                long ret = bindings.CommitmentTransaction_trust(this.ptr);