Closed joacohoyos closed 4 days ago
Latest commit: fadac74b678a725c87442500e8bbcd78c460ec18
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Fixes #208
Basically the core issue was that when balancing, at some point once we update the fee we might need to addInputs.
When addInput was being called, if the pkh of the added utxo was not the same as the ones added before it was never updating the faked witness set missing some bytes in the fee calculation.