mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Merge pull request #7143 from HenrikJannsen/add-luis3672-mediator
Add luis3672 to DisputeAgentLookupMap
This commit is contained in:
commit
5d8e36215f
1 changed files with 4 additions and 2 deletions
|
@ -34,12 +34,14 @@ public class DisputeAgentLookupMap {
|
||||||
}
|
}
|
||||||
switch (fullAddress) {
|
switch (fullAddress) {
|
||||||
case "saavbszijyrqrj4opgiirusnrpv6ntabttuzvjaqmx7j4r7mlz5eibqd.onion:9999":
|
case "saavbszijyrqrj4opgiirusnrpv6ntabttuzvjaqmx7j4r7mlz5eibqd.onion:9999":
|
||||||
case "7hkpotiyaukuzcfy6faihjaols5r2mkysz7bm3wrhhbpbphzz3zbwyqd.onion:9999":
|
case "7hkpotiyaukuzcfy6faihjaols5r2mkysz7bm3wrhhbpbphzz3zbwyqd.onion:9999": //old
|
||||||
return "leo816";
|
return "leo816";
|
||||||
case "3z5jnirlccgxzoxc6zwkcgwj66bugvqplzf6z2iyd5oxifiaorhnanqd.onion:9999":
|
case "3z5jnirlccgxzoxc6zwkcgwj66bugvqplzf6z2iyd5oxifiaorhnanqd.onion:9999":
|
||||||
return "refundagent2";
|
return "refundagent2";
|
||||||
|
case "aguejpkhhl67nbtifvekfjvlcyagudi6d2apalcwxw7fl5n7qm2ll5id.onion:9999":
|
||||||
|
return "luis3672";
|
||||||
case "d7m3j3u4jo2yuymgvxisklpitd3n5xbsnnpyz2mjh6bl6gmj5rjdxead.onion:9999":
|
case "d7m3j3u4jo2yuymgvxisklpitd3n5xbsnnpyz2mjh6bl6gmj5rjdxead.onion:9999":
|
||||||
case "6c4cim7h7t3bm4bnchbf727qrhdfrfr6lhod25wjtizm2sifpkktvwad.onion:9999":
|
case "6c4cim7h7t3bm4bnchbf727qrhdfrfr6lhod25wjtizm2sifpkktvwad.onion:9999": //old
|
||||||
return "pazza83";
|
return "pazza83";
|
||||||
default:
|
default:
|
||||||
log.warn("No user name for dispute agent with address {} found.", fullAddress);
|
log.warn("No user name for dispute agent with address {} found.", fullAddress);
|
||||||
|
|
Loading…
Add table
Reference in a new issue