File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,8 @@ below.
18
18
19
19
## References
20
20
* [ MuSig2 paper] ( https://eprint.iacr.org/2020/1261.pdf )
21
- * [ Draft MuSig
22
- BIP] ( https://github.com/jonasnick/bips/blob/musig2/bip-musig2.mediawiki )
23
- * [ MuSig2 implementation discussion in
24
- ` bitcoind ` ] ( https://github.com/bitcoin/bitcoin/issues/23326 )
21
+ * [ BIP 327 MuSig] ( https://github.com/bitcoin/bips/blob/master/bip-0327.mediawiki )
22
+ * [ MuSig2 implementation discussion in ` bitcoind ` ] ( https://github.com/bitcoin/bitcoin/issues/23326 )
25
23
26
24
## A note on security
27
25
Original file line number Diff line number Diff line change 27
27
cause a nil pointer dereference during the probing of a payment request that
28
28
does not contain a payment address.
29
29
30
+ * [ Use the required route blinding
31
+ feature-bit] ( https://github.com/lightningnetwork/lnd/pull/9143 ) for invoices
32
+ containing blinded paths.
33
+
30
34
# New Features
31
35
## Functional Enhancements
32
36
## RPC Additions
You can’t perform that action at this time.
0 commit comments