Skip to content

Commit 5ff25e8

Browse files
authored
Merge pull request #1166 from zancas/invoke_chain_generics_cleanly
Invoke chain generics cleanly
2 parents fb8c364 + 4acb77a commit 5ff25e8

File tree

24 files changed

+232
-232
lines changed

24 files changed

+232
-232
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Symlink lightwalletd and zcash binaries
22-
run: ln -s /usr/bin/lightwalletd /usr/bin/zcashd /usr/bin/zcash-cli ./integration-tests/regtest/bin/
22+
run: ln -s /usr/bin/lightwalletd /usr/bin/zcashd /usr/bin/zcash-cli ./libtonode-tests/regtest/bin/
2323

2424
- name: Symlink zcash parameters
2525
run: ln -s /root/.zcash-params /github/home

0 commit comments

Comments
 (0)