@@ -239,7 +239,7 @@ static std::map<std::string, std::shared_ptr<nlohmann::json>> registered_network
239
239
{ " ct_exponent" , 0 },
240
240
{ " development" , true },
241
241
{ " electrum_tls" , false },
242
- { " electrum_url" , " localhost:50001 " },
242
+ { " electrum_url" , " localhost:19002 " },
243
243
{ " liquid" , true },
244
244
{ " mainnet" , false },
245
245
{ " max_reorg_blocks" , 2 },
@@ -411,7 +411,7 @@ static std::map<std::string, std::shared_ptr<nlohmann::json>> registered_network
411
411
{ " ct_exponent" , 0 },
412
412
{ " development" , true },
413
413
{ " electrum_tls" , false },
414
- { " electrum_url" , " localhost:50001 " },
414
+ { " electrum_url" , " localhost:19002 " },
415
415
{ " liquid" , true },
416
416
{ " mainnet" , false },
417
417
{ " max_reorg_blocks" , 2 },
@@ -502,7 +502,7 @@ static std::map<std::string, std::shared_ptr<nlohmann::json>> registered_network
502
502
{ " csv_buckets" , std::vector<uint32_t >() },
503
503
{ " development" , true },
504
504
{ " electrum_tls" , false },
505
- { " electrum_url" , " localhost:50001 " },
505
+ { " electrum_url" , " localhost:19002 " },
506
506
{ " liquid" , false },
507
507
{ " mainnet" , false },
508
508
{ " max_reorg_blocks" , 7 * 144u },
0 commit comments