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 3333
3434## Functional Enhancements
3535
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+
3640## RPC Additions
3741
3842## lncli Additions
@@ -78,4 +82,5 @@ much more slowly.
7882## Tooling and Documentation
7983
8084# Contributors (Alphabetical Order)
85+ * hieblmi
8186* 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.
3737
3838
3939* 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 )
4142 incoming list ` --blinded_path_incoming_channel_list ` which gives users the
4243 control of specifying the channels they prefer to receive the payment on. With
4344 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.
8788 * [ 5] ( https://github.com/lightningnetwork/lnd/pull/9935 )
8889 * [ 6] ( https://github.com/lightningnetwork/lnd/pull/9936 )
8990 * [ 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 )
9094
9195## RPC Updates
9296
You can’t perform that action at this time.
0 commit comments