okay, i think the code for NRCheck is slightly less ugly now. doesn't hurt to clean it up. in the parts of the code where i have to talk to the callback API of nostr-tools, i'm using promises, and in the parts where that's not needed, i'm using async/await, since you can await any function that returns a promise, not only one declared as "async" (it's just syntactic sugar).
Discussion
No replies yet.