mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-03 19:53:09 +02:00
netann+docs: remove nil value from variadic list (#7922)
The nil value in the variadic list causes a panic when the variadic parameters are iterated over.
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
have to make sure to not broadcast outdated transactions which can lead to
|
||||
locked up wallet funds indefinitely in the worst case.
|
||||
|
||||
- [Remove nil value](https://github.com/lightningnetwork/lnd/pull/7922) from
|
||||
variadic parameter list.
|
||||
|
||||
# New Features
|
||||
## Functional Enhancements
|
||||
### Protocol Features
|
||||
|
Reference in New Issue
Block a user