[server] removed constraint for creating a server if it contains less than scha.HSIZE bytes (valid hash)
This commit is contained in:
parent
c3da98f424
commit
5e1dca7311
|
@ -61,7 +61,7 @@ func New(ctx *context.T, savePath string) (*T, error) {
|
|||
/* (5) Try to fetch hash from conf */
|
||||
inst.hash = make([]byte, scha.HSIZE)
|
||||
err = inst.fetch();
|
||||
if err != nil { return nil, err }
|
||||
// if err != nil { return nil, err }
|
||||
|
||||
return inst, nil;
|
||||
|
||||
|
|
Loading…
Reference in New Issue