trac-peer 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.js +1 -2
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -170,8 +170,7 @@ export class Peer extends ReadyResource {
|
|
|
170
170
|
this.init_contract_starting = true;
|
|
171
171
|
this.protocol_instance = new this.protocol({
|
|
172
172
|
peer : this,
|
|
173
|
-
base : this.base
|
|
174
|
-
local_db : this.bee
|
|
173
|
+
base : this.base
|
|
175
174
|
});
|
|
176
175
|
this.contract_instance = new this.contract(this.protocol_instance);
|
|
177
176
|
}
|