Skip to content

Commit

Permalink
v0.1.5 - update peerdb filename
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed May 13, 2014
1 parent c75902b commit da86c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wallet/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package="hashengineering.digitalcoin.wallet"
android:installLocation="internalOnly"

android:versionCode="10014"
android:versionCode="10015"
android:versionName="0.1.5" >


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public InetSocketAddress[] getPeers(final long timeoutValue, final TimeUnit time
{
log.info("Adding PeerDBDiscovery" );
dbPeerDiscovery = new LitecoinPeerDBDiscovery(Constants.NETWORK_PARAMETERS,
getFileStreamPath("litecoin.peerdb"), peerGroup);
getFileStreamPath(CoinDefinition.coinName.toLowerCase()+".peerdb"), peerGroup);
}
} catch(IllegalStateException e) {
dbPeerDiscovery = null;
Expand Down

0 comments on commit da86c6c

Please sign in to comment.