Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Mar 1, 2018
1 parent 546d08f commit 03276a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/routes/reports.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ ReportsRouter.prototype._triggerMirrorEstablish = function(n,
let token = pointer.token;
self._createStorageEvent(token,
farmer.nodeID,
mirror.contact,
contact.nodeID,
dataBytes,
hash);

Expand Down

0 comments on commit 03276a5

Please sign in to comment.