Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
npq7721 committed Mar 22, 2024
1 parent bf178f2 commit a87fa6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<unsigned char>(1,123);
Expand Down

0 comments on commit a87fa6b

Please sign in to comment.