You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The InsufficientMoneyException coming from bitcoinj can contain a wrong value for the missing member. This is due to the fee calculation code being too tightly coupled to bitcoin. Several things would have to change in bitcoinj to get rid of this coupling and to be able to better tune the fee calculation in litecoinj to be correct to the network. This is a known bug, and will be addressed in a future release.
The text was updated successfully, but these errors were encountered:
The InsufficientMoneyException coming from bitcoinj can contain a wrong value for the missing member. This is due to the fee calculation code being too tightly coupled to bitcoin. Several things would have to change in bitcoinj to get rid of this coupling and to be able to better tune the fee calculation in litecoinj to be correct to the network. This is a known bug, and will be addressed in a future release.
The text was updated successfully, but these errors were encountered: