fix test 6

This commit is contained in:
Manuel Araoz 2014-08-19 13:21:34 -04:00
parent 6fa50f1dc2
commit df3aafe1a9
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ var preconditions = require('preconditions').singleton();
*/
function Network(opts) {
preconditions.checkArgument(opts);
var self = this;
opts = opts || {};
this.maxPeers = opts.maxPeers || 12;