Skip to content

Commit fd1175f

Browse files
committed
f try
1 parent ab0537f commit fd1175f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ci/ci-tx-sync-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ set -eox pipefail
33

44
RUSTC_MINOR_VERSION=$(rustc --version | awk '{ split($2,a,"."); print a[2] }')
55

6+
echo -e "\n\nBITCOIND_EXE: $BITCOIND_EXE"
7+
echo -e "\n\nELECTS_EXE: $ELECTRS_EXE"
8+
69
pushd lightning-transaction-sync
710

811
# Some crates require pinning to meet our MSRV even for our downstream users,

contrib/download_bitcoind_electrs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ echo "$BITCOIND_DL_HASH $BITCOIND_DL_FILE_NAME"|shasum -a 256 -c
4444
tar xzf "$BITCOIND_DL_FILE_NAME"
4545
export BITCOIND_EXE="$DL_TMP_DIR"/bitcoin-"$BITCOIND_VERSION"/bin/bitcoind
4646
chmod +x "$BITCOIND_EXE"
47+
48+
echo "DOWNLOADED TO BITCOIND_EXE: $BITCOIND_EXE"
49+
echo "DOWNLOADED TO ELECTRS_EXE: $ELECTRS_EXE"
4750
popd

0 commit comments

Comments
 (0)