We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0537f commit 738a568Copy full SHA for 738a568
ci/ci-tx-sync-tests.sh
@@ -3,6 +3,9 @@ set -eox pipefail
3
4
RUSTC_MINOR_VERSION=$(rustc --version | awk '{ split($2,a,"."); print a[2] }')
5
6
+echo -e "\n\nBITCOIND_EXE: $BITCOIND_EXE"
7
+echo -e "\n\nELECTS_EXE: $ELECTRS_EXE"
8
+
9
pushd lightning-transaction-sync
10
11
# Some crates require pinning to meet our MSRV even for our downstream users,
0 commit comments