Browse Source
Let's kill him properly this time
fix-133-memory-crash
Dan Janosik
6 years ago
No known key found for this signature in database
GPG Key ID: C6F8CE9FFDB2CED2
1 changed files with
1 additions and
1 deletions
-
routes/baseActionsRouter.js
|
|
@ -613,7 +613,7 @@ router.get("/address/:address", function(req, res, next) { |
|
|
|
res.locals.addressObj = bitcoinjs.address.fromBase58Check(address); |
|
|
|
|
|
|
|
} catch (err) { |
|
|
|
if (!err.toString().startsWith("Non-base 58")) { |
|
|
|
if (!err.toString().startsWith("Error: Non-base58 character")) { |
|
|
|
res.locals.pageErrors.push(utils.logError("u3gr02gwef", err)); |
|
|
|
} |
|
|
|
|
|
|
|