v0.4.31
Final hotfix for v0.4.29, we promise. Setting our dust limit to u64::MAX
cause an overflow bug in LDK. We fixed that and should allow for dust-sized payments again.
What's Changed
- Use max supply of bitcoin instead of u64::MAX by @benthecarman in #841
Full Changelog: v0.4.30...v0.4.31