[Java] Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / enums / Recipient.java
index fb51877cc700ed34269020ab8f4240998976293a..5e705b190a700865f94962cdb9f6dcc9e0ab52ac 100644 (file)
@@ -1,8 +1,10 @@
 package org.ldk.enums;
 
 /**
- * Specifies the recipient of an invoice, to indicate to [`KeysInterface::sign_invoice`] what node
- * secret key should be used to sign the invoice.
+ * Specifies the recipient of an invoice.
+ * 
+ * This indicates to [`NodeSigner::sign_invoice`] what node secret key should be used to sign
+ * the invoice.
  */
 public enum Recipient {
        /**
@@ -17,5 +19,5 @@ public enum Recipient {
         */
        LDKRecipient_PhantomNode,
        ; static native void init();
-       static { init(); }
+       static { org.ldk.impl.bindings.run_statics(); init(); }
 }
\ No newline at end of file