Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
set correct default unit
Browse files Browse the repository at this point in the history
  • Loading branch information
langerhans committed Jan 6, 2015
1 parent 642f089 commit 9e9e930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/res/xml/preference_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >

<ListPreference
android:defaultValue="2/3"
android:defaultValue="4"
android:entries="@array/preferences_precision_labels"
android:entryValues="@array/preferences_precision_values"
android:key="btc_precision"
Expand Down

0 comments on commit 9e9e930

Please sign in to comment.