You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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