Skip to content

Commit 30ac1ba

Browse files
authored
chore: remove testnet
1 parent f7bd759 commit 30ac1ba

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

BDKSwiftExampleWallet/Resources/Localizable.xcstrings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@
671671
}
672672
},
673673
"Testnet" : {
674+
"extractionState" : "stale",
674675
"localizations" : {
675676
"fr" : {
676677
"stringUnit" : {

BDKSwiftExampleWallet/View/OnboardingView.swift

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,10 @@ struct OnboardingView: View {
7777
}
7878
.padding()
7979

80-
Picker(
81-
"Network",
82-
selection: $viewModel.selectedNetwork
83-
) {
84-
Text("Signet").tag(Network.signet)
85-
Text("Testnet").tag(Network.testnet)
86-
}
87-
.pickerStyle(.automatic)
88-
.tint(.primary)
89-
.accessibilityLabel("Select Bitcoin Network")
80+
Text("Signet")
81+
.foregroundStyle(.primary)
82+
.fontWeight(.light)
83+
.accessibilityLabel("Select Bitcoin Network")
9084

9185
Picker(
9286
"Esplora Server",

0 commit comments

Comments
 (0)