[Java] Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / enums / Recipient.java
index 488ecab325d76dd610721636a0fffcc1ca069182..5e705b190a700865f94962cdb9f6dcc9e0ab52ac 100644 (file)
@@ -3,7 +3,7 @@ package org.ldk.enums;
 /**
  * Specifies the recipient of an invoice.
  * 
- * This indicates to [`KeysInterface::sign_invoice`] what node secret key should be used to sign
+ * This indicates to [`NodeSigner::sign_invoice`] what node secret key should be used to sign
  * the invoice.
  */
 public enum Recipient {
@@ -19,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