From a87fa6b7781ea54433784b2cf19e5ce766300356 Mon Sep 17 00:00:00 2001 From: tri Date: Fri, 22 Mar 2024 07:35:58 -0700 Subject: [PATCH] fix macos build --- .github/workflows/build.yaml | 1 + src/chainparams.cpp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 56843f70d..ce7f4114d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -343,6 +343,7 @@ jobs: run: | brew install automake libtool pkg-config miniupnpc librsvg libnatpmp zeromq python pip3 install ds_store mac_alias + pip3 install -U pip setuptool - name: Build Depends run: | diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 4a5e339a9..b61c7cbba 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -733,8 +733,8 @@ class CTestNetParams : public CChainParams { vSeeds.clear(); // nodes with support for servicebits filtering should be at the top - vSeeds.emplace_back("47.155.87.132"); - vSeeds.emplace_back("lbdn.raptoreum.com"); + vSeeds.emplace_back("47.151.9.131"); + vSeeds.emplace_back("lbtn.raptoreum.com"); // Testnet Raptoreum addresses start with 'r' base58Prefixes[PUBKEY_ADDRESS] = std::vector(1,123);