This commit is contained in:
Christopher Jeffrey 2016-04-20 03:51:43 -07:00
parent 7301cf044e
commit 50cc693ae8
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -2540,9 +2540,5 @@ Chain.prototype.checkLocks = function checkLocks(tx, flags, entry, callback) {
});
};
/**
* Expose
*/
return Chain;
};