janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.53k stars 1.15k forks source link

Fix QR code not loading on address page #523

Closed ExperiBass closed 1 year ago

ExperiBass commented 1 year ago

Closes #499 :3

Seems like the callback doesnt finish in time, switching to the promise overload of qrcode.toDataURL keeps it in line

carnhofdaki commented 1 year ago

Thank you @ExperiBass !!!