Commit 528ed6f
committed
feat: add routing fee estimation
Add estimate_routing_fees methods to Bolt11Payment for calculating Lightning routing fees
- estimate_routing_fees(): Calculate fees for regular invoices
- estimate_routing_fees_using_amount(): Calculate fees for zero-amount invoices1 parent 51e4624 commit 528ed6f
File tree
11 files changed
+8731
-8443
lines changed- bindings
- kotlin/ldk-node-android/lib/src/main
- jniLibs
- arm64-v8a
- armeabi-v7a
- x86_64
- kotlin/org/lightningdevkit/ldknode
- swift/Sources/LDKNode
- src
- payment
11 files changed
+8731
-8443
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments