Skip to content

Commit 36c0591

Browse files
committed
Correct CI config port for litecoind
1 parent 570a44f commit 36c0591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/setup-coins/litecoin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ refund="$(./electrum-ltc/run_electrum --regtest getunusedaddress)"
5050
cat > "$config_dir/litecoin.json" << EOF
5151
{
5252
"url": "http://ci:password@127.0.0.1:3000",
53-
"ltc_url": "http://ci:password@127.0.0.1:18443",
53+
"ltc_url": "http://ci:password@127.0.0.1:19443",
5454
"destination": "$destination",
5555
"refund": "$refund"
5656
}

0 commit comments

Comments
 (0)