Skip to content

Commit

Permalink
change lightwalletd server to localhost, for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg committed May 3, 2022
1 parent 04174b2 commit a9b8c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class Utils {
static V2_LIGHTWALLETD: string = "https://lwdv2.zecwallet.co:1443";

// v3 LightwalletD
static V3_LIGHTWALLETD: string = "https://lwdv3.zecwallet.co";
static V3_LIGHTWALLETD: string = "http://127.0.0.1:9067";

static isSapling(addr: string): boolean {
if (!addr) return false;
Expand Down

0 comments on commit a9b8c7b

Please sign in to comment.