aboutsummaryrefslogtreecommitdiffstats
path: root/index_qt.js
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2014-11-14 20:11:47 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2014-11-14 20:11:47 +0800
commitea8db7a4aecb034c6a967ccd3b17c50f423cb77c (patch)
treec02fbe94c1205ce270b36b6aa65de33af6178d54 /index_qt.js
parent8aaec1d98fdeef1521e65518913498a1a0c18cbe (diff)
downloadgo-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar
go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar.gz
go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar.bz2
go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar.lz
go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar.xz
go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar.zst
go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.zip
improved contracts interface
Diffstat (limited to 'index_qt.js')
-rw-r--r--index_qt.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/index_qt.js b/index_qt.js
index 596695374..df66321b0 100644
--- a/index_qt.js
+++ b/index_qt.js
@@ -1,5 +1,4 @@
var web3 = require('./lib/main');
web3.providers.QtProvider = require('./lib/qt');
-web3.abi = require('./lib/abi');
module.exports = web3;