Skip to content

Commit

Permalink
solve PeerId cached toString result incorrect problem. Fixes sofastac…
Browse files Browse the repository at this point in the history
  • Loading branch information
ClownfishYang authored and killme2008 committed Jan 9, 2020
1 parent 34925e4 commit 0afdb00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public int getPriority() {

public void setPriority(int priority) {
this.priority = priority;
this.str = null;
}

/**
Expand Down

0 comments on commit 0afdb00

Please sign in to comment.