Skip to content

Commit

Permalink
patch method personal.lockAccount with 2 parameters for kernel rpc se…
Browse files Browse the repository at this point in the history
…rver
  • Loading branch information
cybercoder2009 committed Jul 5, 2018
1 parent c974d55 commit 694b6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/web3/methods/personal.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ var methods = function () {
var lockAccount = new Method({
name: 'lockAccount',
call: 'personal_lockAccount',
params: 1,
inputFormatter: [formatters.inputAddressFormatter]
params: 2,
inputFormatter: [formatters.inputAddressFormatter, null]
});

return [
Expand Down

0 comments on commit 694b6f4

Please sign in to comment.