Browse Source
Without this fix, running btc-rpc-explorer without setting BTCEXP_ELECTRUMX_SERVERS was being parsed as single empty-string server, which resulted in the following error: btc-rpc-explorer/app/config.js:33 electrumXServers.push({protocol:uri.protocol.substring(0, uri.protocol.length - 1), host:uri.hostname, port:parseInt(uri.port)}); ^ TypeError: Cannot read property 'substring' of null at Object.<anonymous> (btc-rpc-explorer/app/config.js:33:47)fix-133-memory-crash
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue