diff --git a/merkle-tree/src/web3.js b/merkle-tree/src/web3.js index 38e2e51..bce4e1b 100644 --- a/merkle-tree/src/web3.js +++ b/merkle-tree/src/web3.js @@ -14,7 +14,7 @@ export default { }, buildUrl() { if (config.web3.rpcUrl) return config.web3.rpcUrl; - else return `${config.web3.host}:${config.web3.port}`; + return `${config.web3.host}:${config.web3.port}`; }, /** * Connects to web3 and then sets proper handlers for events