decred / dcrlnd

Decred Lightning Network Daemon ⚡️
MIT License
36 stars 24 forks source link

Pass correct ValueIn of funding tx input in commitment tx #100

Open matheusd opened 4 years ago

matheusd commented 4 years ago

The local (initiator) node is not passing the correct value in here: https://github.com/decred/dcrlnd/blob/29759788a0212a4777aac8a7bd0f4410a9a9b3a6/lnwallet/wallet.go#L929

This will change in the upcoming #99 PR so hold off fixing until that is merged.