diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 781c8a8d1..ce23cb644 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -101,6 +101,11 @@ * [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate wallet transactions. +* [Make](https://github.com/lightningnetwork/lnd/pull/9562) + `MaxWaitNumBlocksFundingConf` configurable, allowing integration/development + tests to set a lower value for faster funding confirmation timeout while + keeping the default of 2016 blocks for production stability. + ## RPC Additions * [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)