Skip to content

Commit

Permalink
Fix bugs syncing from unresponsive peers
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacia committed Apr 30, 2019
1 parent 7fd2d0f commit 55fa7eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "cash.bchd.android_neutrino"
minSdkVersion 24
targetSdkVersion 28
versionCode 16
versionName "v0.1.0-beta16"
versionCode 17
versionName "v0.1.0-beta17"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public String getConfigData() {
}
if (this.useSPV) {
configFileContents += "usespv=1\n";
configFileContents += "connect=73.234.127.31\nconnect=35.202.172.160\n";
}
if (this.blocksOnly) {
configFileContents += "blocksonly=1\n";
Expand Down
Binary file modified bchwallet/bchwallet.aar
Binary file not shown.

0 comments on commit 55fa7eb

Please sign in to comment.