Skip to content

Commit 6052ebc

Browse files
committed
Update electrs to 306f66acf2ab1
1 parent 4cd0960 commit 6052ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN source /root/.cargo/env \
7070
&& mkdir -p /srv/explorer/electrs{,_liquid} \
7171
&& git clone --no-checkout https://github.com/blockstream/electrs.git \
7272
&& (cd electrs \
73-
&& git checkout efc1fec8b0f96b5663d7257a0c2cffd8ef143219 \
73+
&& git checkout 306f66acf2ab10bcd99b8012e95a0de30b2cc012 \
7474
&& cp contrib/popular-scripts.txt /srv/explorer \
7575
&& cargo install --root /srv/explorer/electrs_bitcoin --locked --path . --features electrum-discovery \
7676
&& cargo install --root /srv/explorer/electrs_liquid --locked --path . --features electrum-discovery,liquid \

0 commit comments

Comments
 (0)