check for the presence of a blockHash in localStorage when logging in

This commit is contained in:
ansuz
2018-06-20 14:27:44 +02:00
parent 3ba0ad3cf1
commit d03339f20b
7 changed files with 157 additions and 14 deletions

3
rpc.js
View File

@@ -1380,8 +1380,7 @@ var createLoginBlockPath = function (Env, publicKey) {
};
var writeLoginBlock = function (Env, msg, cb) {
console.log(msg); // XXX
//console.log(msg);
var publicKey = msg[0];
var signature = msg[1];
var block = msg[2];