Skip to content

Commit

Permalink
Revert "dev: switch to kristapsks backend branch"
Browse files Browse the repository at this point in the history
This reverts commit bad32e6.
  • Loading branch information
theborakompanioni committed Nov 25, 2023
1 parent d048b2f commit 3f3a03a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/regtest/dockerfile-deps/joinmarket/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ RUN apt-get update \
tor \
&& rm -rf /var/lib/apt/lists/*

#ENV REPO https://github.com/JoinMarket-Org/joinmarket-clientserver
ENV REPO https://github.com/kristapsk/joinmarket-clientserver
ENV REPO_BRANCH wallet_rpc-direct-send-txfee
ENV REPO_REF wallet_rpc-direct-send-txfee
ENV REPO https://github.com/JoinMarket-Org/joinmarket-clientserver
ENV REPO_BRANCH master
ENV REPO_REF master

WORKDIR /src
RUN git clone "$REPO" . --depth=10 --branch "$REPO_BRANCH" && git checkout "$REPO_REF"
Expand Down

0 comments on commit 3f3a03a

Please sign in to comment.