Skip to content

Commit

Permalink
v6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed May 1, 2019
1 parent c5221d8 commit e4b7dee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallet/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.schildbach.wallet_test"
android:installLocation="internalOnly"
android:versionCode="60420"
android:versionName="6.4.2">
android:versionCode="60430"
android:versionName="6.4.3">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
6 changes: 6 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Dash Wallet
v6.4.3
* Fix Paper Wallet Sweep Crash from invalid electrum response
* Support self-signed SSL certificates for connecting to electrum servers.
* Reduces the likelyhood of slow sending
* Update to DashJ 0.15.3
- Optimize handling of DMN Lists to speed up sending

v6.4.2
* Fix Application Not Responding error on app startup/network reconnect
Expand Down

0 comments on commit e4b7dee

Please sign in to comment.