mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-02-28 10:21:12 -05:00
Update Erc20Token.java
Using EVMAddressValidator instead of EtherAddressValidator
This commit is contained in:
parent
b35e7c68a6
commit
46687f3631
@ -28,6 +28,6 @@ package haveno.asset;
|
||||
public abstract class Erc20Token extends Token {
|
||||
|
||||
public Erc20Token(String name, String tickerSymbol) {
|
||||
super(name, tickerSymbol, new EtherAddressValidator());
|
||||
super(name, tickerSymbol, new EVMAddressValidator());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user