X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fenums%2FRecipient.java;h=6fad691b0e3e937eb1ae71e8cc0d2071ccade7d4;hb=32f9a53661edef495b11b2be5dce7115bb2b34d8;hp=fb51877cc700ed34269020ab8f4240998976293a;hpb=8a709046243b9ddd72dc51dcc1164eb49f6b3a42;p=ldk-java diff --git a/src/main/java/org/ldk/enums/Recipient.java b/src/main/java/org/ldk/enums/Recipient.java index fb51877c..6fad691b 100644 --- a/src/main/java/org/ldk/enums/Recipient.java +++ b/src/main/java/org/ldk/enums/Recipient.java @@ -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 { /**