Skip to content

Commit 7f96d10

Browse files
committed
lnrpc: add new min_relay_fee response to EstimateFee
We also start using a pattern of making new messages for types/units instead of adding a suffix to a field.
1 parent a449a5d commit 7f96d10

File tree

5 files changed

+447
-420
lines changed

5 files changed

+447
-420
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ commitment when the channel was force closed.
9797
SendCoins(req)
9898
```
9999

100+
* The `EstimateFee` call on the `walletrpc` sub-server now [also returns the
101+
current `min_relay_fee`](https://github.com/lightningnetwork/lnd/pull/8986).
102+
100103
## lncli Additions
101104

102105
* [Added](https://github.com/lightningnetwork/lnd/pull/8491) the `cltv_expiry`

0 commit comments

Comments
 (0)