Skip to content

Commit 4e172bb

Browse files
committed
Set electrum_url for localtest correctly
1 parent b27e050 commit 4e172bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/network_parameters.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ static std::map<std::string, std::shared_ptr<nlohmann::json>> registered_network
239239
{ "ct_exponent", 0 },
240240
{ "development", true },
241241
{ "electrum_tls", false },
242-
{ "electrum_url", "localhost:50001" },
242+
{ "electrum_url", "localhost:19002" },
243243
{ "liquid", true },
244244
{ "mainnet", false },
245245
{ "max_reorg_blocks", 2 },
@@ -411,7 +411,7 @@ static std::map<std::string, std::shared_ptr<nlohmann::json>> registered_network
411411
{ "ct_exponent", 0 },
412412
{ "development", true },
413413
{ "electrum_tls", false },
414-
{ "electrum_url", "localhost:50001" },
414+
{ "electrum_url", "localhost:19002" },
415415
{ "liquid", true },
416416
{ "mainnet", false },
417417
{ "max_reorg_blocks", 2 },
@@ -502,7 +502,7 @@ static std::map<std::string, std::shared_ptr<nlohmann::json>> registered_network
502502
{ "csv_buckets", std::vector<uint32_t>() },
503503
{ "development", true },
504504
{ "electrum_tls", false },
505-
{ "electrum_url", "localhost:50001" },
505+
{ "electrum_url", "localhost:19002" },
506506
{ "liquid", false },
507507
{ "mainnet", false },
508508
{ "max_reorg_blocks", 7 * 144u },

0 commit comments

Comments
 (0)