We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047fe9d commit 52c77d8Copy full SHA for 52c77d8
Dockerfile.deps
@@ -33,7 +33,7 @@ RUN source /root/.cargo/env \
33
&& mkdir -p /srv/explorer/electrs{,_liquid} \
34
&& git clone --no-checkout https://github.com/blockstream/electrs.git \
35
&& cd electrs \
36
- && git checkout 5bae341585f70699cf12b587a1e9d392df43d674 \
+ && git checkout 2f8759e940a3fe56002d653c29a480ed3bffa416 \
37
&& cp contrib/popular-scripts.txt /srv/explorer \
38
&& cargo install --root /srv/explorer/electrs_bitcoin --locked --path . --features electrum-discovery \
39
&& cargo install --root /srv/explorer/electrs_liquid --locked --path . --features electrum-discovery,liquid \
0 commit comments