mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
stellar has tor support
This commit is contained in:
parent
414760cc54
commit
4f55765a53
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue