Skip to content

Commit

Permalink
Merge pull request #5598 from ripcurlx/add-pazza-as-mediator
Browse files Browse the repository at this point in the history
Add @Pazza's mediator onion address and Keybase user name
  • Loading branch information
sqrrm authored Jul 13, 2021
2 parents 30b100d + a837c36 commit eace7c2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public static String getKeyBaseUserName(String fullAddress) {
return "huey735";
case "3z5jnirlccgxzoxc6zwkcgwj66bugvqplzf6z2iyd5oxifiaorhnanqd.onion:9999":
return "refundagent2";
case "6c4cim7h7t3bm4bnchbf727qrhdfrfr6lhod25wjtizm2sifpkktvwad.onion:9999":
return "pazza";
default:
log.warn("No user name for dispute agent with address {} found.", fullAddress);
return Res.get("shared.na");
Expand Down

0 comments on commit eace7c2

Please sign in to comment.