From ec74fc05d438806ece64fe34b0f28c8f45f5167e Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Thu, 15 Jan 2015 16:01:58 +0100 Subject: gulp --- lib/abi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/abi.js b/lib/abi.js index d779944d2..b51fbab59 100644 --- a/lib/abi.js +++ b/lib/abi.js @@ -92,7 +92,7 @@ var setupInputTypes = function () { // two's complement // TODO: fix big numbers support - value = ((value) >>> 0).toString(16) + value = ((value) >>> 0).toString(16); return padLeft(value, padding, 'f'); } value = value.toString(16); -- cgit v1.2.3