X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FInvoiceFeatures.ts;h=a184d7bd0cc8fb7940c52ae0f0f1eab88c020cca;hb=1854b5cebef22ace9e9e4dd191f609818df9ce08;hp=109957b1841cee1d5b34b842c47f62a6593b11f7;hpb=5fd405f7a48aaeca779c45c88ec6b3d3d3dbf0e4;p=ldk-java diff --git a/ts/structs/InvoiceFeatures.ts b/ts/structs/InvoiceFeatures.ts index 109957b1..a184d7bd 100644 --- a/ts/structs/InvoiceFeatures.ts +++ b/ts/structs/InvoiceFeatures.ts @@ -55,11 +55,6 @@ import * as bindings from '../bindings' // TODO: figure out location return ret; } - public boolean supports_payment_secret() { - boolean ret = bindings.InvoiceFeatures_supports_payment_secret(this.ptr); - return ret; - } - public Uint8Array write() { Uint8Array ret = bindings.InvoiceFeatures_write(this.ptr); return ret;