fix sample configurations in the custom testnet book documentation (#8794)
This commit is contained in:
parent
79f565cd34
commit
cccf98bbfa
|
@ -29,7 +29,10 @@ miner_address = 't27eWDgjFYJGVXmzrXeVjnb5J3uXDM9xH9v'
|
|||
[network]
|
||||
network = "Testnet"
|
||||
|
||||
[network.testnet_parameters.activation_heights]
|
||||
# No peers
|
||||
initial_testnet_peers = []
|
||||
|
||||
[network.testnet_parameters]
|
||||
network_name = "ConfiguredTestnet_1"
|
||||
# The Testnet network magic is not reserved, but it's not recommended
|
||||
# for use with incompatible Testnet parameters like those in this config.
|
||||
|
@ -69,7 +72,10 @@ miner_address = 't27eWDgjFYJGVXmzrXeVjnb5J3uXDM9xH9v'
|
|||
[network]
|
||||
network = "Testnet"
|
||||
|
||||
[network.testnet_parameters.activation_heights]
|
||||
# No peers
|
||||
initial_testnet_peers = []
|
||||
|
||||
[network.testnet_parameters]
|
||||
# The Mainnet, Testnet, and Regtest network names are reserved.
|
||||
network_name = "ConfiguredTestnet_2"
|
||||
|
||||
|
|
Loading…
Reference in New Issue