I guess this updates #190? Makes it work again, at least on my machine (Running electrs 0.9.9)
I removed the reference to #67 since its a different error, and added some deps (bip32, bs58check) that the explorer wouldnt start without.
Also, is the err.e.message && err.e.message == necessary? it could be reduced to err.e.message == without any adverse effects afaik (but this is JS, so i wouldnt be surprised)
I guess this updates #190? Makes it work again, at least on my machine (Running electrs 0.9.9)
I removed the reference to #67 since its a different error, and added some deps (
bip32
,bs58check
) that the explorer wouldnt start without.Also, is the
err.e.message && err.e.message ==
necessary? it could be reduced toerr.e.message ==
without any adverse effects afaik (but this is JS, so i wouldnt be surprised)Closes #493