mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 03:28:07 +00:00
added lockAccount method
This commit is contained in:
parent
ae1ace97a1
commit
3ba32a6734
3
dist/web3-light.js
vendored
3
dist/web3-light.js
vendored
@ -5545,7 +5545,8 @@ var methods = function () {
|
||||
|
||||
return [
|
||||
newAccount,
|
||||
unlockAccount
|
||||
unlockAccount,
|
||||
lockAccount
|
||||
];
|
||||
};
|
||||
|
||||
|
2
dist/web3-light.min.js
vendored
2
dist/web3-light.min.js
vendored
File diff suppressed because one or more lines are too long
3
dist/web3.js
vendored
3
dist/web3.js
vendored
@ -5545,7 +5545,8 @@ var methods = function () {
|
||||
|
||||
return [
|
||||
newAccount,
|
||||
unlockAccount
|
||||
unlockAccount,
|
||||
lockAccount
|
||||
];
|
||||
};
|
||||
|
||||
|
4
dist/web3.js.map
vendored
4
dist/web3.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/web3.min.js
vendored
2
dist/web3.min.js
vendored
File diff suppressed because one or more lines are too long
@ -67,7 +67,8 @@ var methods = function () {
|
||||
|
||||
return [
|
||||
newAccount,
|
||||
unlockAccount
|
||||
unlockAccount,
|
||||
lockAccount
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user