added lockAccount method

This commit is contained in:
Fabian Vogelsteller 2016-03-22 17:53:53 +01:00
parent ae1ace97a1
commit 3ba32a6734
6 changed files with 10 additions and 7 deletions

3
dist/web3-light.js vendored
View File

@ -5545,7 +5545,8 @@ var methods = function () {
return [
newAccount,
unlockAccount
unlockAccount,
lockAccount
];
};

File diff suppressed because one or more lines are too long

3
dist/web3.js vendored
View File

@ -5545,7 +5545,8 @@ var methods = function () {
return [
newAccount,
unlockAccount
unlockAccount,
lockAccount
];
};

4
dist/web3.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/web3.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -67,7 +67,8 @@ var methods = function () {
return [
newAccount,
unlockAccount
unlockAccount,
lockAccount
];
};