mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-12 09:49:27 -04:00
Update Ether.java
Using EVMAddressValidator instead of EtherAddressValidator
This commit is contained in:
parent
46687f3631
commit
f9bc33ba64
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue