Skip to content

Commit

Permalink
update electrs to abfbce7 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitramiz authored Jul 22, 2021
1 parent 856fd38 commit 5d2e43c
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 @@ -46,7 +46,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 bae488118de24d571042fb94e18789f0a9d1f69f \
&& git checkout abfbce73eb0504630a09f1e6599114ef4fa25bda \
&& 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 5d2e43c

Please sign in to comment.