aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2014-11-13 03:56:21 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2014-11-13 03:56:21 +0800
commit7ce63d32b287738cd5803c589d3c921aa349346c (patch)
tree0143678a3e629bb44ed205b5db7d1bd8f88e7dc2
parent3451f2608682bd044d7b7165b0d3aa640e8fd81f (diff)
downloadgo-tangerine-7ce63d32b287738cd5803c589d3c921aa349346c.tar.gz
go-tangerine-7ce63d32b287738cd5803c589d3c921aa349346c.tar.zst
go-tangerine-7ce63d32b287738cd5803c589d3c921aa349346c.zip
qt version also requires abi
-rw-r--r--index_qt.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index_qt.js b/index_qt.js
index df66321b0..596695374 100644
--- a/index_qt.js
+++ b/index_qt.js
@@ -1,4 +1,5 @@
var web3 = require('./lib/main');
web3.providers.QtProvider = require('./lib/qt');
+web3.abi = require('./lib/abi');
module.exports = web3;