File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 33
33
34
34
## Functional Enhancements
35
35
36
+ - [ Adds] ( https://github.com/lightningnetwork/lnd/pull/9989 ) a method
37
+ ` FeeForWeightRoundUp ` to the ` chainfee ` package which rounds up a calculated
38
+ fee value to the nearest satoshi.
39
+
36
40
## RPC Additions
37
41
38
42
## lncli Additions
@@ -78,4 +82,5 @@ much more slowly.
78
82
## Tooling and Documentation
79
83
80
84
# Contributors (Alphabetical Order)
85
+ * hieblmi
81
86
* Yong Yu
Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ circuit. The indices are only available for forwarding events saved after v0.20.
37
37
38
38
39
39
* The ` lncli addinvoice --blind ` command now has the option to include a
40
- [ chained channels] ( https://github.com/lightningnetwork/lnd/pull/9127 )
40
+ chained channels [ 1] ( https://github.com/lightningnetwork/lnd/pull/9127 )
41
+ [ 2] ( https://github.com/lightningnetwork/lnd/pull/9925 )
41
42
incoming list ` --blinded_path_incoming_channel_list ` which gives users the
42
43
control of specifying the channels they prefer to receive the payment on. With
43
44
the option to specify multiple channels this control can be extended to
@@ -87,6 +88,9 @@ circuit. The indices are only available for forwarding events saved after v0.20.
87
88
* [ 5] ( https://github.com/lightningnetwork/lnd/pull/9935 )
88
89
* [ 6] ( https://github.com/lightningnetwork/lnd/pull/9936 )
89
90
* [ 7] ( https://github.com/lightningnetwork/lnd/pull/9937 )
91
+ * [ 8] ( https://github.com/lightningnetwork/lnd/pull/9938 )
92
+ * [ 9] ( https://github.com/lightningnetwork/lnd/pull/9939 )
93
+ * [ 10] ( https://github.com/lightningnetwork/lnd/pull/9971 )
90
94
91
95
## RPC Updates
92
96
You can’t perform that action at this time.
0 commit comments