stellar has tor support

This commit is contained in:
sneurlax 2024-04-25 14:01:28 -05:00
parent 414760cc54
commit 4f55765a53

View file

@ -19,6 +19,9 @@ class Stellar extends Bip39Currency {
@override
int get minConfirms => 1;
@override
bool get torSupport => true;
@override
String get genesisHash => throw UnimplementedError(
"Not used for stellar",