mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Renamed variables to make more sense.
This commit is contained in:
parent
d200ef4a10
commit
7c5ebb6a53
@ -277,9 +277,9 @@ ConfigManager.prototype.getConfirmed = function () {
|
||||
return ('isConfirmed' in data) && data.isConfirmed
|
||||
}
|
||||
|
||||
ConfigManager.prototype.setTOSHash = function (version) {
|
||||
ConfigManager.prototype.setTOSHash = function (hash) {
|
||||
var data = this.getData()
|
||||
data.TOSHash = version
|
||||
data.TOSHash = hash
|
||||
this.setData(data)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user