We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd5b3b commit 06504dcCopy full SHA for 06504dc
docs/release-notes/release-notes-0.15.5.md
@@ -5,11 +5,15 @@
5
* [A Taproot related key tweak issue was fixed in `btcd` that affected remote
6
signing setups](https://github.com/lightningnetwork/lnd/pull/7130).
7
8
-* [Sleep for one second when funding locked message is not
9
- received](https://github.com/lightningnetwork/lnd/pull/7095) to avoid CPU
10
- spike.
+* [Taproot changes addresses are now used by default for the `SendCoins`
+ RPC](https://github.com/lightningnetwork/lnd/pull/7193).
+
11
+* [A 1 second interval has been added between `FundingLocked` receipt
12
+ checks](https://github.com/lightningnetwork/lnd/pull/7095). This reduces idle
13
+ CPU usage for pending/dangling funding attempts.
14
15
# Contributors (Alphabetical Order)
16
17
+* Olaoluwa Osuntokun
18
* Oliver Gugger
19
* Yong Yu
0 commit comments