From 22ae772b3f5e8ff869b94d24b3841a5635d32f91 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Tue, 8 Nov 2022 14:16:54 +0800 Subject: [PATCH] docs: replace release docs re checking FundingLocked interval --- docs/release-notes/release-notes-0.16.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 6f5b845cb..8a443f035 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -149,8 +149,8 @@ certain large transactions](https://github.com/lightningnetwork/lnd/pull/7100). so that the user can specify fees during channel creation time in addition to the default configuration. -* [Sleep for one second when funding locked message is not - received](https://github.com/lightningnetwork/lnd/pull/7095) to avoid CPU +* [Sleep for 10ms when funding locked message is not + received](https://github.com/lightningnetwork/lnd/pull/7126) to avoid CPU spike. ## Code Health