Skip to content

Commit

Permalink
Update electrs to 61a7317f2ff7702284107308c9bb843adcaf1b61
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Jun 5, 2019
1 parent d482d21 commit 017e926
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 @@ -31,7 +31,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.34.1 \
&& mkdir -p /srv/explorer/electrs{,_liquid} \
&& git clone --no-checkout https://github.com/blockstream/electrs.git \
&& cd electrs \
&& git checkout 0a1b778186ec11ef6777f4957762e749e5ab23e0 \
&& git checkout 61a7317f2ff7702284107308c9bb843adcaf1b61 \
&& cp contrib/popular-scripts.txt /srv/explorer \
&& cargo install --root /srv/explorer/electrs_bitcoin --path . \
&& cargo install --root /srv/explorer/electrs_liquid --path . --features "liquid" \
Expand Down

0 comments on commit 017e926

Please sign in to comment.