mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-25 23:39:26 -05:00
Update Ether.java
Using EVMAddressValidator instead of EtherAddressValidator
This commit is contained in:
parent
46687f3631
commit
f9bc33ba64
@ -18,11 +18,11 @@
|
||||
package haveno.asset.coins;
|
||||
|
||||
import haveno.asset.Coin;
|
||||
import haveno.asset.EtherAddressValidator;
|
||||
import haveno.asset.EVMAddressValidator;
|
||||
|
||||
public class Ether extends Coin {
|
||||
|
||||
public Ether() {
|
||||
super("Ether", "ETH", new EtherAddressValidator());
|
||||
super("Ether", "ETH", new EVMAddressValidator());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user