This commit is contained in:
Jaco Greeff 2016-11-21 12:26:38 +01:00
parent 4498fd54a4
commit d48391d6be

View File

@ -251,7 +251,7 @@ export default class Status {
.then(([ .then(([
clientVersion, defaultExtraData, netChain, netPort, rpcSettings, enode clientVersion, defaultExtraData, netChain, netPort, rpcSettings, enode
]) => { ]) => {
const isTest = netChain === 'morden' || netChain === 'testnet'; const isTest = netChain === 'morden' || netChain === 'ropsten' || netChain === 'testnet';
const longStatus = { const longStatus = {
clientVersion, clientVersion,