CI fix: Interface shh subscribe params

This commit is contained in:
kaikun213 2017-07-31 10:58:49 +02:00
parent 7a810def28
commit 32fafd7a24
1 changed files with 4 additions and 1 deletions

View File

@ -268,7 +268,10 @@ export default {
},
subscribe: {
desc: 'Open a subscription to a filter.',
params: 'See [shh_newMessageFilter](#shh_newmessagefilter)',
params: [{
type: Data,
desc: 'See [shh_newMessageFilter](#shh_newmessagefilter)'
}],
returns: {
type: Quantity,
desc: 'Unique subscription identifier'