mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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
|
return ('isConfirmed' in data) && data.isConfirmed
|
||||||
}
|
}
|
||||||
|
|
||||||
ConfigManager.prototype.setTOSHash = function (version) {
|
ConfigManager.prototype.setTOSHash = function (hash) {
|
||||||
var data = this.getData()
|
var data = this.getData()
|
||||||
data.TOSHash = version
|
data.TOSHash = hash
|
||||||
this.setData(data)
|
this.setData(data)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user