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 4cd0960 commit 6052ebcCopy full SHA for 6052ebc
Dockerfile.deps
@@ -70,7 +70,7 @@ RUN source /root/.cargo/env \
70
&& mkdir -p /srv/explorer/electrs{,_liquid} \
71
&& git clone --no-checkout https://github.com/blockstream/electrs.git \
72
&& (cd electrs \
73
- && git checkout efc1fec8b0f96b5663d7257a0c2cffd8ef143219 \
+ && git checkout 306f66acf2ab10bcd99b8012e95a0de30b2cc012 \
74
&& cp contrib/popular-scripts.txt /srv/explorer \
75
&& cargo install --root /srv/explorer/electrs_bitcoin --locked --path . --features electrum-discovery \
76
&& cargo install --root /srv/explorer/electrs_liquid --locked --path . --features electrum-discovery,liquid \
0 commit comments