From ea3048421fb54abd98f610d79294634015d0e58e Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Wed, 22 Oct 2014 15:58:24 +0200 Subject: [PATCH] block, transaction, uncle by hash and number separately --- http.js | 2 -- index.html | 2 ++ main.js | 13 ++++++------- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/http.js b/http.js index 88869c689..4f6296d08 100644 --- a/http.js +++ b/http.js @@ -4,7 +4,6 @@ this.host = host; }; - //TODO unify the format of object passed to 'send method' function formatJsonRpcObject(object) { return { jsonrpc: '2.0', @@ -14,7 +13,6 @@ } }; - //TODO unify the format of output messages, maybe there should be objects instead function formatJsonRpcMessage(message) { var object = JSON.parse(message); diff --git a/index.html b/index.html index fc658c00a..6d27af1df 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,9 @@ +