fiatjaf / nos2x

nostr signer extension
281 stars 56 forks source link

Remove the request promise when resolved/rejected #4

Closed sondreb closed 2 years ago

sondreb commented 2 years ago

I'm not 100% sure if the promises needs to be kept around after being resolved, but I think it's correct to clear up these resources.

fiatjaf commented 2 years ago

Indeed, good catch.