mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
Do not validate shh.post, we don't know how many args
(Because there are optional arguments.)
This commit is contained in:
parent
9c3db1be1d
commit
70e61fc49b
1 changed files with 0 additions and 12 deletions
|
|
@ -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:
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue