lnbits / lnurl

LNURL implementation for Python.
https://pypi.org/project/lnurl
MIT License
64 stars 19 forks source link

(Minor) #31 removed `MilliSatoshi` from types #39

Closed AngusP closed 2 months ago

AngusP commented 2 months ago

https://github.com/lnbits/lnurl/pull/31/ removed the MilliSatoshi which some users might have imported, implicitly replacing it with bolt11.MilliSatoshi. Might be worth mentioning in the changelog as it's a 'breaking' change for anyone using hints

dni commented 2 months ago

thanks for reporting, what do you think if we just export the bolt11.MilliSatoshi from the lnurl __init__