Skip to content

Commit

Permalink
Update PeerAttributes default value
Browse files Browse the repository at this point in the history
  • Loading branch information
leej1012 committed Aug 26, 2020
1 parent 386948d commit 1d40471
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 1d40471

Please sign in to comment.