eth doesn't do tor due to underlying lib limitation.

This commit is contained in:
julian 2024-11-26 10:07:14 -06:00
parent 25c6c7590b
commit d87af969d6

View file

@ -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(