lightningdevkit / ldk-node

A ready-to-go node implementation built using LDK.
Other
140 stars 72 forks source link

Bug: Bindings for onchain payment send_to_address use amount_msat instead of amount_sats #332

Closed rolznz closed 1 month ago

rolznz commented 1 month ago

https://github.com/lightningdevkit/ldk-node/blob/main/bindings/ldk_node.udl#L147

https://github.com/lightningdevkit/ldk-node/blob/main/src/payment/onchain.rs#L46

tnull commented 1 month ago

Ah, true, the variable is misnamed.