Skip to content

Commit

Permalink
Merge 0aa710a into 156f209
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Mar 18, 2019
2 parents 156f209 + 0aa710a commit 97aab86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ export default class NewKeyPairMethod extends AbstractMethod {
* @constructor
*/
constructor(utils, formatters, moduleInstance) {
super('shh_newKeyPair', 1, utils, formatters, moduleInstance);
super('shh_newKeyPair', 0, utils, formatters, moduleInstance);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const tests = [
{
method: NewKeyPairMethod,
rpcMethod: 'shh_newKeyPair',
parametersAmount: 1
parametersAmount: 0
},
{
method: NewMessageFilterMethod,
Expand Down

0 comments on commit 97aab86

Please sign in to comment.