From d1da29e62c44cc18933f925d91ed37f112626c86 Mon Sep 17 00:00:00 2001 From: RunBTC <143069848+runbtc@users.noreply.github.com> Date: Thu, 14 Nov 2024 00:35:01 +0000 Subject: [PATCH] Use bisq-network mempool repo --- production/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/install b/production/install index 778671c397..9eb312b24e 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