Skip to content

Commit 0a0d51c

Browse files
committed
docs: update release notes
1 parent a1d71af commit 0a0d51c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/release-notes/release-notes-0.18.3.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,24 @@
5555

5656
# Improvements
5757
## Functional Updates
58+
59+
* A new field, `min_relay_feerate`, is [now
60+
expected](https://github.com/lightningnetwork/lnd/pull/8891) in the response
61+
from querying the external fee estimation URL. The new response should have
62+
the format,
63+
```json
64+
{
65+
"fee_by_block_target": {
66+
"2": 5076,
67+
"3": 4228,
68+
"26": 4200
69+
},
70+
"min_relay_feerate": 1000
71+
}
72+
```
73+
All units are `sats/kvB`. If the new field `min_relay_feerate` is not set,
74+
the default floor feerate (1012 sats/kvB) will be used.
75+
5876
## RPC Updates
5977

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

0 commit comments

Comments
 (0)