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