typo.
This commit is contained in:
parent
7756fc2c73
commit
ee09a6d2d0
@ -1173,7 +1173,7 @@ Peer.prototype._handleGetData = function _handleGetData(items) {
|
||||
var notfound = [];
|
||||
var i, item, entry, witness;
|
||||
|
||||
var unlock = this.locker.lock(_handleGetdata, [items]);
|
||||
var unlock = this.locker.lock(_handleGetData, [items]);
|
||||
if (!unlock)
|
||||
return;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user