mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-24 11:15:58 +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(
|
const SizedBox(
|
||||||
height: 16,
|
height: 16,
|
||||||
),
|
),
|
||||||
|
if (widget.coin is! Ethereum)
|
||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
RadioTextButton(
|
RadioTextButton(
|
||||||
|
@ -1249,9 +1251,11 @@ class _NodeFormState extends ConsumerState<NodeForm> {
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
if (widget.coin is! Ethereum)
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 8,
|
height: 8,
|
||||||
),
|
),
|
||||||
|
if (widget.coin is! Ethereum)
|
||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
RadioTextButton(
|
RadioTextButton(
|
||||||
|
@ -1270,9 +1274,11 @@ class _NodeFormState extends ConsumerState<NodeForm> {
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
if (widget.coin is! Ethereum)
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 8,
|
height: 8,
|
||||||
),
|
),
|
||||||
|
if (widget.coin is! Ethereum)
|
||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
RadioTextButton(
|
RadioTextButton(
|
||||||
|
|
Loading…
Reference in a new issue