Skip to content

Commit

Permalink
Merge pull request #245 from leej1012/master
Browse files Browse the repository at this point in the history
Update PeerAttributes default value
  • Loading branch information
lucas7788 committed Aug 26, 2020
2 parents 386948d + 1d40471 commit 916bda6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,9 @@ class PeerAttributes implements Serializable {
this.t2PeerCost = 100;
this.t1PeerCost = 100;
this.tPeerCost = 100;
this.t2StakeCost = 100;
this.t1StakeCost = 100;
this.tStakeCost = 100;
}

@Override
Expand Down

0 comments on commit 916bda6

Please sign in to comment.