Track total on-chain transaction cost #2405
Replies: 2 comments 1 reply
You should be able to track this one already since you're funding the channel, just take note of the transaction fee prior to handing it off to
This one will require changes to LDK. We can probably just extend
This one is a bit more involved. I assume you're referring to |
|
Opened #2494 to track a better way to do this, without making downstream-from-LDK code calculate this manually (though that should also be pretty doable). |
Uh oh!
There was an error while loading. Please reload this page.
We would like to be able to track the total on-chain cost associated with a channel, which means:
What is the best way to track this?
All reactions