Skip to content

Commit

Permalink
Set default precision to 4 digits
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jul 5, 2019
1 parent 1e95ec9 commit 6f45ef9
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 6f45ef9

Please # to comment.