Switched to ECC's lightwalletd

This commit is contained in:
Kevin Gorham 2020-01-08 03:47:50 -05:00
parent 074b4fe1ee
commit a93cf27eea
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
1 changed files with 2 additions and 2 deletions

View File

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