Temporarily use an earlier lightwalletd version

This checks if commit
e146dbf5c2
contains a mempool refresh deadlock bug.
This commit is contained in:
teor 2022-05-12 09:22:50 +10:00 committed by GitHub
parent d3a8a9551e
commit f71a1f5d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -36,7 +36,11 @@ jobs:
- uses: actions/checkout@v3.0.2
with:
repository: adityapk00/lightwalletd
ref: 'master'
# 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'
persist-credentials: false
- uses: actions/checkout@v3.0.2