[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / CommitmentSigned.java
index 4e3362405747e3bde82e85e47a9db20f4d9294b4..e6c730611c5e33bae85c72024f815d47297ff1e7 100644 (file)
@@ -9,7 +9,9 @@ import javax.annotation.Nullable;
 
 
 /**
- * A commitment_signed message to be sent or received from a peer
+ * A [`commitment_signed`] message to be sent to or received from a peer.
+ * 
+ * [`commitment_signed`]: https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#committing-updates-so-far-commitment_signed
  */
 @SuppressWarnings("unchecked") // We correctly assign various generic arrays
 public class CommitmentSigned extends CommonBase {