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 9243c63 commit 0e1b4a8Copy full SHA for 0e1b4a8
1 file changed
.github/workflows/main.yml
@@ -15,11 +15,11 @@ jobs:
15
16
- name: Setup Bitcoin Core
17
run: |
18
- sudo bash .github/setup-core.sh
+ sudo bash .github/setup.sh
19
20
- name: Get latest block in signet mode
21
22
- bitcoin-cli -signet getblockhash 243833
+ bitcoin-cli getblockhash 243833
23
24
- name: 01.sh - Verify Hash Block
25
0 commit comments