Skip to content

Commit

Permalink
Enable TestNetButton in Bitcoin settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
mocodesmo committed May 29, 2024
1 parent 2e67843 commit 72bd1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/settings/bitcoin_settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ class _Screen extends StatelessWidget {
child: Column(
children: [
Gap(8),
// TestNetButton(),
// Gap(8),
TestNetButton(),
Gap(8),
DefaultRBFToggle(),
Gap(8),
Units(),
Expand Down

0 comments on commit 72bd1e9

Please sign in to comment.