tezos has tor support

This commit is contained in:
sneurlax 2024-04-25 14:03:28 -05:00
parent 420c73ed5d
commit 9e26913fc4

View file

@ -70,6 +70,9 @@ class Tezos extends Bip39Currency {
@override
int get minConfirms => 1;
@override
bool get torSupport => true;
@override
bool validateAddress(String address) {
return RegExp(r"^tz[1-9A-HJ-NP-Za-km-z]{34}$").hasMatch(address);