From d148b5ec7710dab823c9da677f4c00bf0dd84cf0 Mon Sep 17 00:00:00 2001 From: tenthirtyone Date: Thu, 17 Aug 2017 15:11:27 -0400 Subject: [PATCH] updated readme instructions --- README.md | 4 ++-- server/lib/api/transaction.js | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f4feeca..b733135 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ ## Requirements -Insight requires [Node.js](https://nodejs.org) and [MongoDB](https://www.mongodb.com/). Consider using [n](https://github.com/tj/n) and [m](https://github.com/aheckmann/m) to install the latest versions. +Insight requires [Node.js](https://nodejs.org) 8.2 and [MongoDB](https://www.mongodb.com/). Consider using [n](https://github.com/tj/n) and [m](https://github.com/aheckmann/m) to install the latest versions. ## Quick Start To get started, clone this repository, then – with `mongod` running – install and run insight: ```bash -git clone -b next https://github.com/bitpay/insight.git && cd insight +git clone -b next https://github.com/bitpay/insight.git && cd insight/server npm install npm start ``` diff --git a/server/lib/api/transaction.js b/server/lib/api/transaction.js index 752723b..7afbc52 100644 --- a/server/lib/api/transaction.js +++ b/server/lib/api/transaction.js @@ -35,8 +35,6 @@ module.exports = function transactionAPI(router) { return res.status(404).send(); } - console.log(tx); - // Return UI JSON return res.send({ txid: tx.hash,