Skip to content

Commit

Permalink
added lockAccount method
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Mar 22, 2016
1 parent ae1ace9 commit 3ba32a6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion dist/web3-light.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/web3-light.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/web3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/web3.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web3.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion lib/web3/methods/personal.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ var methods = function () {

return [
newAccount,
unlockAccount
unlockAccount,
lockAccount
];
};

Expand Down

0 comments on commit 3ba32a6

Please sign in to comment.