Skip to content

v1.2.0

Latest

Choose a tag to compare

@Sharmaz Sharmaz released this 22 Mar 02:21
c83dc7c

v1.2.0

New parameters

  • sendAll — Added to pay-invoice, pay-offer, and
    pay-lightning-address. When set to true, empties the wallet in a
    single payment. Mutually exclusive with amountSat.

  • descriptionHash — Added to create-invoice as an alternative
    to description. Accepts a SHA256 hash of the description. Either
    description or descriptionHash must be provided.

Bug fixes

  • pay-invoice: fixed parameter name from amountMsat to amountSat
    in documentation
  • bump-fee: removed non-existent txId parameter from documentation
    — the endpoint bumps all unconfirmed transactions, no txId needed