lnbits / lnurl

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

Adds comment_allowed to LnurlPayResponse with a new class LnurlPayResponseComment #13

Closed brianoflondon closed 1 year ago

brianoflondon commented 1 year ago

Signed-off-by: Brian of London (Dot) brian@v4v.app

Added comment_allowed field to LnurlPayResponse and modified tests.

Refrences #10

brianoflondon commented 1 year ago

I've realised that my changes are not good: There needs to be a new class. I'm working on this.

brianoflondon commented 1 year ago

@dni and @eillarra I'm using this in my code, I think it works, would like to see it reviewed and merged.