Skip to content

Commit

Permalink
Merge pull request #674 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 Jul 26, 2024
2 parents e4c838f + 9c314d8 commit befb35b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/lnd/release-notes/release-notes-0.18.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,24 @@

# Improvements
## Functional Updates

* A new field, `min_relay_feerate`, is [now
expected](https://github.com/lightningnetwork/lnd/pull/8891) in the response
from querying the external fee estimation URL. The new response should have
the format,
```json
{
"fee_by_block_target": {
"2": 5076,
"3": 4228,
"26": 4200
},
"min_relay_feerate": 1000
}
```
All units are `sats/kvB`. If the new field `min_relay_feerate` is not set,
the default floor feerate (1012 sats/kvB) will be used.

## RPC Updates

* [`xImportMissionControl`](https://github.com/lightningnetwork/lnd/pull/8779)
Expand Down

0 comments on commit befb35b

Please sign in to comment.