aboutsummaryrefslogtreecommitdiffstats
path: root/lib/abi.js
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-15 23:01:58 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-15 23:01:58 +0800
commitec74fc05d438806ece64fe34b0f28c8f45f5167e (patch)
treeff11239c13765f41571840035f2dee633f9eeaab /lib/abi.js
parent46b932ccc03b0251d97084bbbde5193532b5618f (diff)
downloadgo-tangerine-ec74fc05d438806ece64fe34b0f28c8f45f5167e.tar
go-tangerine-ec74fc05d438806ece64fe34b0f28c8f45f5167e.tar.gz
go-tangerine-ec74fc05d438806ece64fe34b0f28c8f45f5167e.tar.bz2
go-tangerine-ec74fc05d438806ece64fe34b0f28c8f45f5167e.tar.lz
go-tangerine-ec74fc05d438806ece64fe34b0f28c8f45f5167e.tar.xz
go-tangerine-ec74fc05d438806ece64fe34b0f28c8f45f5167e.tar.zst
go-tangerine-ec74fc05d438806ece64fe34b0f28c8f45f5167e.zip
gulp
Diffstat (limited to 'lib/abi.js')
-rw-r--r--lib/abi.js2
1 files changed, 1 insertions, 1 deletions
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);