Skip to content

Commit

Permalink
Correct CI config port for litecoind
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent 570a44f commit 36c0591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/setup-coins/litecoin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ refund="$(./electrum-ltc/run_electrum --regtest getunusedaddress)"
cat > "$config_dir/litecoin.json" << EOF
{
"url": "http://ci:[email protected]:3000",
"ltc_url": "http://ci:[email protected]:18443",
"ltc_url": "http://ci:[email protected]:19443",
"destination": "$destination",
"refund": "$refund"
}
Expand Down

0 comments on commit 36c0591

Please sign in to comment.