Fixed typo in PORT property name.

This commit is contained in:
Kevin Gorham 2020-02-05 10:07:25 -05:00
parent b0b87ce709
commit ed594beee7
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ object ZcashSdk : ZcashSdkCommon() {
/**
* The default port to use for connecting to lightwalletd instances.
*/
override val LIGHTWALLETD_PORT = 9067
override val DEFAULT_LIGHTWALLETD_PORT = 9067
/**
* The default host to use for lightwalletd.