We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 297ae84 + bb45eac commit b8123d5Copy full SHA for b8123d5
1 file changed
bindings/ldk_node.udl
@@ -156,8 +156,8 @@ typedef interface OnchainPayment;
156
interface FeeRate {
157
[Name=from_sat_per_kwu]
158
constructor(u64 sat_kwu);
159
- [Name=from_sat_per_vb_unchecked]
160
- constructor(u64 sat_vb);
+ [Name=from_sat_per_vb_u32]
+ constructor(u32 sat_vb);
161
u64 to_sat_per_kwu();
162
u64 to_sat_per_vb_floor();
163
u64 to_sat_per_vb_ceil();
0 commit comments