Skip to content

Commit

Permalink
Update electrs to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Jun 24, 2022
1 parent 78c8572 commit 7bc4c7d
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 253040e346664976c12e6c214ee2858a4dad2e06 \
&& git checkout a808b51d0d9301fa82390b985c57551966001f9b \
&& 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 7bc4c7d

Please sign in to comment.