a bit of cleanup, bug fixes, and lint compliance
This commit is contained in:
@@ -63,7 +63,7 @@ define([
|
||||
};
|
||||
|
||||
LocalStore.setBlockHash = function (hash) {
|
||||
LocalStorage[Constants.blockHashKey] = hash;
|
||||
localStorage[Constants.blockHashKey] = hash;
|
||||
};
|
||||
|
||||
LocalStore.getAccountName = function () {
|
||||
|
||||
Reference in New Issue
Block a user