mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-20 21:30:06 +02:00
Merge pull request #9989 from hieblmi/round-up
chainfee: method to round up the fee for a given transaction weight
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
|
||||
## Functional Enhancements
|
||||
|
||||
- [Adds](https://github.com/lightningnetwork/lnd/pull/9989) a method
|
||||
`FeeForWeightRoundUp` to the `chainfee` package which rounds up a calculated
|
||||
fee value to the nearest satoshi.
|
||||
|
||||
## RPC Additions
|
||||
|
||||
## lncli Additions
|
||||
@@ -78,4 +82,5 @@ much more slowly.
|
||||
## Tooling and Documentation
|
||||
|
||||
# Contributors (Alphabetical Order)
|
||||
* hieblmi
|
||||
* Yong Yu
|
||||
|
Reference in New Issue
Block a user