diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-22 04:54:03 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-22 04:54:03 +0800 |
commit | edfb874527160cee14cca931377e55187b874cbe (patch) | |
tree | 6b98cb423beb1d4c3a54a9c14b3a3458a65df898 /lib/contract.js | |
parent | c2d9c1a6f12822a08300bbafb66227d8d33ae73b (diff) | |
download | go-tangerine-edfb874527160cee14cca931377e55187b874cbe.tar go-tangerine-edfb874527160cee14cca931377e55187b874cbe.tar.gz go-tangerine-edfb874527160cee14cca931377e55187b874cbe.tar.bz2 go-tangerine-edfb874527160cee14cca931377e55187b874cbe.tar.lz go-tangerine-edfb874527160cee14cca931377e55187b874cbe.tar.xz go-tangerine-edfb874527160cee14cca931377e55187b874cbe.tar.zst go-tangerine-edfb874527160cee14cca931377e55187b874cbe.zip |
changes in filter.js (not yet working)
Diffstat (limited to 'lib/contract.js')
-rw-r--r-- | lib/contract.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/contract.js b/lib/contract.js index 1cd4151fd..aa4188d40 100644 --- a/lib/contract.js +++ b/lib/contract.js @@ -23,8 +23,6 @@ var web3 = require('./web3'); // jshint ignore:line var abi = require('./abi'); - - /** * This method should be called when we want to call / transact some solidity method from javascript * it returns an object which has same methods available as solidity contract description |