mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
eth doesn't do tor due to underlying lib limitation.
This commit is contained in:
parent
25c6c7590b
commit
d87af969d6
1 changed files with 69 additions and 63 deletions
|
@ -1228,9 +1228,11 @@ class _NodeFormState extends ConsumerState<NodeForm> {
|
|||
),
|
||||
],
|
||||
),
|
||||
if (widget.coin is! Ethereum)
|
||||
const SizedBox(
|
||||
height: 16,
|
||||
),
|
||||
if (widget.coin is! Ethereum)
|
||||
Row(
|
||||
children: [
|
||||
RadioTextButton(
|
||||
|
@ -1249,9 +1251,11 @@ class _NodeFormState extends ConsumerState<NodeForm> {
|
|||
),
|
||||
],
|
||||
),
|
||||
if (widget.coin is! Ethereum)
|
||||
const SizedBox(
|
||||
height: 8,
|
||||
),
|
||||
if (widget.coin is! Ethereum)
|
||||
Row(
|
||||
children: [
|
||||
RadioTextButton(
|
||||
|
@ -1270,9 +1274,11 @@ class _NodeFormState extends ConsumerState<NodeForm> {
|
|||
),
|
||||
],
|
||||
),
|
||||
if (widget.coin is! Ethereum)
|
||||
const SizedBox(
|
||||
height: 8,
|
||||
),
|
||||
if (widget.coin is! Ethereum)
|
||||
Row(
|
||||
children: [
|
||||
RadioTextButton(
|
||||
|
|
Loading…
Reference in a new issue