Do not validate shh.post, we don't know how many args

(Because there are optional arguments.)
This commit is contained in:
linagee 2015-07-05 19:34:46 -06:00
parent 9c3db1be1d
commit 70e61fc49b

View file

@ -5,18 +5,6 @@ web3._extend({
property: 'shh', property: 'shh',
methods: methods:
[ [
new web3._extend.Method({
name: 'post',
call: 'shh_post',
params: 6,
inputFormatter: [web3._extend.formatters.formatInputString,
web3._extend.formatters.formatInputString,
web3._extend.formatters.formatInputString,
,
, web3._extend.formatters.formatInputInt
, web3._extend.formatters.formatInputInt],
outputFormatter: web3._extend.formatters.formatOutputBool
}),
], ],
properties: properties:
[ [