stacks-network / stacks-blockchain-docker

Stacks-blockchain with API using docker compose
GNU General Public License v3.0
27 stars 37 forks source link

Update Config.toml.sample #117

Closed muthusleuths closed 3 months ago

muthusleuths commented 4 months ago

Updating testnet Config.toml to use the right port number 30444 for testnet.

Use the following template to create your pull request

Description

  1. Motivation for change - Testnet sync does not work because the seed node port number is wrong
  2. What was changed - port number for seed node
  3. How does this impact application developers - n/a
  4. Link to relevant issues and documentation - n/a
  5. Provide examples of use cases with code samples and applicable acceptance criteria - n/a

Type of Change

Does this introduce a breaking change?

No breaking changes

Are documentation updates required?

No

Testing information

Provide context on how tests should be performed.

  1. Is testing required for this change? - Yes
  2. If it’s a bug fix, list steps to reproduce the bug - ./manage.sh -n testnet -a start does not work as expected.
  3. Briefly mention affected code paths - n/a
  4. List other affected projects if possible - n/a
  5. Things to watch out for when testing - n/a

Checklist