fix test 6
This commit is contained in:
parent
6fa50f1dc2
commit
df3aafe1a9
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue