Skip to content

Commit

Permalink
Merge pull request #585 from lightninglabs/docs-lnd
Browse files Browse the repository at this point in the history
Update lnd documentation
  • Loading branch information
github-actions[bot] authored Dec 13, 2023
2 parents 5d19cdf + f5f8e9c commit ec00dbb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/lnd/code_formatting_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ func foo(a, b,

func baz(a, b, c) (d,
error) {

func longFunctionName(
a, b, c) (d, error) {
```
If a function declaration spans multiple lines the body should start with an
Expand Down
8 changes: 8 additions & 0 deletions docs/lnd/release-notes/release-notes-0.18.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@

* [Ensure that a valid SCID](https://github.com/lightningnetwork/lnd/pull/8171)
is used when marking a zombie edge as live.

* [Remove sweep transactions of the
same exclusive group](https://github.com/lightningnetwork/lnd/pull/7800).
When using neutrino as a backend unconfirmed transactions have to be
removed from the wallet when a conflicting tx is confirmed. For other backends
these unconfirmed transactions are already removed. In addition a new
walletrpc endpoint `RemoveTransaction` is introduced which let one easily
remove unconfirmed transaction manually.

# New Features
## Functional Enhancements
Expand Down

0 comments on commit ec00dbb

Please sign in to comment.