add some TODOs

This commit is contained in:
ansuz
2018-06-21 10:26:46 +02:00
parent 508521664f
commit 6fde027a6c
2 changed files with 7 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ define([
// XXX update this to take into account blockHash values
LocalStore.login = function (hash, name, cb) {
if (!hash) { throw new Error('expected a user hash'); }
if (!name) { throw new Error('expected a user name'); }