From cccf98bbfa3cb5995a3edee8e158432796017a08 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Wed, 21 Aug 2024 18:11:54 -0300 Subject: [PATCH] fix sample configurations in the custom testnet book documentation (#8794) --- book/src/user/custom-testnets.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/book/src/user/custom-testnets.md b/book/src/user/custom-testnets.md index 4c72f32cf..76406cdf7 100644 --- a/book/src/user/custom-testnets.md +++ b/book/src/user/custom-testnets.md @@ -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"