lnd/docs/release-notes/release-notes-0.18.4.md
Elle Mouton d2c745e610
multi: update PaymentAddr to use fn.Option
Since it is allowed to not be set and so can lead to nil deref panics if
it is a pointer.
2024-10-11 14:20:17 +02:00

1.3 KiB

Release Notes

Bug Fixes

  • Fix a bug that would cause a nil pointer dereference during the probing of a payment request that does not contain a payment address.

New Features

Functional Enhancements

RPC Additions

lncli Additions

Improvements

Functional Updates

RPC Updates

lncli Updates

Code Health

Breaking Changes

Performance Improvements

Technical and Architectural Updates

BOLT Spec Updates

Testing

Database

Code Health

Tooling and Documentation

Contributors (Alphabetical Order)

  • Elle Mouton