From 434044206ccd02b88f8967eacae3455fe03940d8 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 16 May 2022 13:16:10 +1000 Subject: [PATCH] Revert "Temporarily use an earlier lightwalletd version" (#4398) This reverts commit f71a1f5d1970860574351d7939a9361710e1ea09. --- .github/workflows/zcash-lightwalletd.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/zcash-lightwalletd.yml b/.github/workflows/zcash-lightwalletd.yml index 3045275fc..a33955f6c 100644 --- a/.github/workflows/zcash-lightwalletd.yml +++ b/.github/workflows/zcash-lightwalletd.yml @@ -53,11 +53,7 @@ jobs: - uses: actions/checkout@v3.0.2 with: repository: adityapk00/lightwalletd - # Temporarily use an earlier lightwalletd version, - # to check if commit e146dbf5c2860e535fdbe2ba5ab20c4744d7c941 contains a mempool refresh deadlock bug. - # - # TODO: switch back to 'master' after the bug is resolved - ref: 'c1bab818a683e4de69cd952317000f9bb2932274' + ref: 'master' persist-credentials: false - uses: actions/checkout@v3.0.2