Skip to content

Commit

Permalink
deps: Update electrs
Browse files Browse the repository at this point in the history
PRs: 56 and 58
  • Loading branch information
nitramiz committed Aug 2, 2023
1 parent 28cb7f4 commit b643990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN source /root/.cargo/env \
&& mkdir -p /srv/explorer/electrs{,_liquid} \
&& git clone --no-checkout https://github.com/blockstream/electrs.git \
&& (cd electrs \
&& git checkout a808b51d0d9301fa82390b985c57551966001f9b \
&& git checkout fd35014283c7d3a7a85c77b9fd647c9f09de12c9 \
&& cp contrib/popular-scripts.txt /srv/explorer \
&& cargo install --root /srv/explorer/electrs_bitcoin --locked --path . --features electrum-discovery \
&& cargo install --root /srv/explorer/electrs_liquid --locked --path . --features electrum-discovery,liquid \
Expand Down

0 comments on commit b643990

Please sign in to comment.