From 5e37de7bfc9aa7bed2ec5a4ca251094f77423e6f Mon Sep 17 00:00:00 2001 From: runbtc <143069848+runbtc@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:56:51 -0800 Subject: [PATCH 1/2] Use bisq-network mempool repo --- production/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/install b/production/install index c89bf004fa..7071d3c092 100755 --- a/production/install +++ b/production/install @@ -323,7 +323,7 @@ MINFEE_HOME=/minfee ##### git repo settings, shouldn't need changing -MEMPOOL_REPO_URL=https://github.com/mempool/mempool +MEMPOOL_REPO_URL=https://github.com/bisq-network/mempool MEMPOOL_REPO_NAME=mempool MEMPOOL_REPO_BRANCH=master MEMPOOL_LATEST_RELEASE=master From 4c3c112a854a6432864f69445ee49230f0c9a239 Mon Sep 17 00:00:00 2001 From: runbtc <143069848+runbtc@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:51:18 -0800 Subject: [PATCH 2/2] Use main branch --- production/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production/install b/production/install index 7071d3c092..36a5762162 100755 --- a/production/install +++ b/production/install @@ -325,8 +325,8 @@ MINFEE_HOME=/minfee MEMPOOL_REPO_URL=https://github.com/bisq-network/mempool MEMPOOL_REPO_NAME=mempool -MEMPOOL_REPO_BRANCH=master -MEMPOOL_LATEST_RELEASE=master +MEMPOOL_REPO_BRANCH=main +MEMPOOL_LATEST_RELEASE=main BITCOIN_REPO_URL=https://github.com/bitcoin/bitcoin BITCOIN_REPO_NAME=bitcoin