synonymdev / beignet

An instant, self-custodial Bitcoin wallet for JS devs.
MIT License
22 stars 6 forks source link

fix: do not wait for refresh to finish on wallet create #82

Closed limpbrains closed 1 week ago

limpbrains commented 1 month ago

Doing a refresh in the create function details function for an unpredictable amount of time. It is better to just trigger the refresh but not wait for it.