simple one line fixes

This commit is contained in:
ansuz
2018-07-06 10:28:41 +02:00
parent ab04a7cb46
commit 0c3b898000
3 changed files with 4 additions and 5 deletions

View File

@@ -1050,7 +1050,7 @@ define([
var blockHash = LocalStore.getBlockHash();
if (blockHash) {
console.log(blockHash);
var parsed = Hash.parseBlockHash(blockHash);
var parsed = Block.parseBlockHash(blockHash);
if (typeof(parsed) !== 'object') {
console.error("Failed to parse blockHash");