diff --git a/index.js b/index.js index 893963b..b3eaf4e 100644 --- a/index.js +++ b/index.js @@ -70,7 +70,7 @@ function writeToFile(filename, message) { } app.get("/", (req, res) => { - res.status(200).send("Addresses tested: " + count + "
" + "Balances Found: " + found_count); + res.status(200).send("Random Ethereum ScannerAddresses tested: " + count + "
" + "Balances Found: " + found_count + ""); }); app.listen(port, () => {