[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / FundingSigned.java
index 9b2f3f5fdc4f17cb9d36ec206dc21b9e0af3c2e1..db7a73f42e9446b7a16645f4ef74f3162d1b9855 100644 (file)
@@ -9,7 +9,9 @@ import javax.annotation.Nullable;
 
 
 /**
- * A funding_signed message to be sent or received from a peer
+ * A [`funding_signed`] message to be sent to or received from a peer.
+ * 
+ * [`funding_signed`]: https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#the-funding_signed-message
  */
 @SuppressWarnings("unchecked") // We correctly assign various generic arrays
 public class FundingSigned extends CommonBase {
@@ -92,7 +94,7 @@ public class FundingSigned extends CommonBase {
         * This ignores pointers and is_owned flags and looks at the values in fields.
         * Two objects with NULL inner values will be considered "equal" here.
         */
-       public boolean eq(FundingSigned b) {
+       public boolean eq(org.ldk.structs.FundingSigned b) {
                boolean ret = bindings.FundingSigned_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);