mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 12:54:37 -04:00
update listeners
This commit is contained in:
parent
a03c24d664
commit
70522383c6
47 changed files with 405 additions and 1231 deletions
|
@ -7,8 +7,6 @@ import java.util.Objects;
|
|||
|
||||
public class Arbitrator implements Serializable
|
||||
{
|
||||
|
||||
|
||||
public enum ID_TYPE
|
||||
{
|
||||
REAL_LIFE_ID,
|
||||
|
@ -95,8 +93,7 @@ public class Arbitrator implements Serializable
|
|||
this.webUrl = webUrl;
|
||||
this.description = description;
|
||||
|
||||
//TODO use pubKeyAsHex
|
||||
UID = name;
|
||||
UID = pubKeyAsHex;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue