diff options
Diffstat (limited to 'lib/web3.js')
-rw-r--r-- | lib/web3.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/web3.js b/lib/web3.js index 96002a232..7191adfe8 100644 --- a/lib/web3.js +++ b/lib/web3.js @@ -82,6 +82,7 @@ var ethMethods = function () { { name: 'transaction', call: transactionCall }, { name: 'uncle', call: uncleCall }, { name: 'compilers', call: 'eth_compilers' }, + { name: 'flush', call: 'eth_flush' }, { name: 'lll', call: 'eth_lll' }, { name: 'solidity', call: 'eth_solidity' }, { name: 'serpent', call: 'eth_serpent' }, |