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:
Oliver Gugger
2025-06-25 12:11:09 +02:00
committed by GitHub
3 changed files with 24 additions and 0 deletions

View File

@@ -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