mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-05 17:45:56 +00:00
qt version also requires abi
This commit is contained in:
parent
3451f26086
commit
7ce63d32b2
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
var web3 = require('./lib/main');
|
||||
web3.providers.QtProvider = require('./lib/qt');
|
||||
web3.abi = require('./lib/abi');
|
||||
|
||||
module.exports = web3;
|
||||
|
|
|
|||
Loading…
Reference in a new issue