Skip to content

Commit

Permalink
Add dampScore back into member stats
Browse files Browse the repository at this point in the history
  • Loading branch information
jwolski committed Aug 27, 2015
1 parent d40f817 commit 1ba4fc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/membership/member.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ Member.prototype.getStats = function getStats() {
return {
address: this.address,
status: this.status,
incarnationNumber: this.incarnationNumber
incarnationNumber: this.incarnationNumber,
dampScore: this.dampScore
};
};

Expand Down

0 comments on commit 1ba4fc9

Please sign in to comment.