New: Change the default lightwalletd server.

The old server will be shutting down to coincide with our internal app deployment changes.
This commit is contained in:
Kevin Gorham 2020-08-13 23:48:05 -04:00
parent 649e50c3b0
commit c167099438
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import dagger.Reusable
@Module
class InitializerModule {
private val host = "lightwalletd.z.cash"
private val host = "lightwalletd.electriccoin.co"
private val port = 9067
@Provides