Skip to content

Commit

Permalink
Use existing fetch-params
Browse files Browse the repository at this point in the history
  • Loading branch information
seniakalma committed Jan 2, 2025
1 parent b6db73a commit 9a19972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 254 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-demo
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ RUN wget https://dist.ipfs.io/go-ipfs/v0.9.1/go-ipfs_v0.9.1_linux-amd64.tar.gz &
rm -rf go-ipfs go-ipfs_v0.9.1_linux-amd64.tar.gz

# Make fetch-params.sh executable
RUN chmod +x fetch-params.sh
RUN chmod +x ./zcutil/fetch-params.sh

# Run fetch-params.sh
RUN ./fetch-params.sh
RUN ./zcutil/fetch-params.sh

# Create necessary directories
RUN mkdir -p /root/.local/share/ZcashParams
Expand Down
252 changes: 0 additions & 252 deletions fetch-params.sh

This file was deleted.

0 comments on commit 9a19972

Please sign in to comment.