mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Fix RegexAddressValidator
This commit is contained in:
parent
f5f7ad0ce2
commit
f7cee1f80e
@ -23,6 +23,6 @@ import bisq.asset.RegexAddressValidator;
|
||||
public class Croat extends Coin {
|
||||
|
||||
public Croat() {
|
||||
super("Croat", "CROAT", new RegexAddressValidator("^C[1-9A-Za-z^OIl]{94}"));
|
||||
super("Croat", "CROAT", new RegexAddressValidator("^C[1-9A-Za-z]{94}"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user