fix sample configurations in the custom testnet book documentation (#8794)

This commit is contained in:
Alfredo Garcia 2024-08-21 18:11:54 -03:00 committed by GitHub
parent 79f565cd34
commit cccf98bbfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 2 deletions

View File

@ -29,7 +29,10 @@ miner_address = 't27eWDgjFYJGVXmzrXeVjnb5J3uXDM9xH9v'
[network] [network]
network = "Testnet" network = "Testnet"
[network.testnet_parameters.activation_heights] # No peers
initial_testnet_peers = []
[network.testnet_parameters]
network_name = "ConfiguredTestnet_1" network_name = "ConfiguredTestnet_1"
# The Testnet network magic is not reserved, but it's not recommended # The Testnet network magic is not reserved, but it's not recommended
# for use with incompatible Testnet parameters like those in this config. # for use with incompatible Testnet parameters like those in this config.
@ -69,7 +72,10 @@ miner_address = 't27eWDgjFYJGVXmzrXeVjnb5J3uXDM9xH9v'
[network] [network]
network = "Testnet" network = "Testnet"
[network.testnet_parameters.activation_heights] # No peers
initial_testnet_peers = []
[network.testnet_parameters]
# The Mainnet, Testnet, and Regtest network names are reserved. # The Mainnet, Testnet, and Regtest network names are reserved.
network_name = "ConfiguredTestnet_2" network_name = "ConfiguredTestnet_2"