From 4baf595754801cbc58ec3f3db874afcedaab2593 Mon Sep 17 00:00:00 2001 From: Arya Date: Tue, 21 May 2024 15:44:22 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Marek --- book/src/user/regtest.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/book/src/user/regtest.md b/book/src/user/regtest.md index fdefdf4fd53..c12cdbe906c 100644 --- a/book/src/user/regtest.md +++ b/book/src/user/regtest.md @@ -15,17 +15,17 @@ miner_address = 't27eWDgjFYJGVXmzrXeVjnb5J3uXDM9xH9v' [network] network = "Regtest" -// This section may be omitted when testing only Canopy +# This section may be omitted when testing only Canopy [network.testnet_parameters.activation_heights] -// Configured activation heights must be greater than or equal to 1, -// block height 0 is reserved for the Genesis network upgrade in Zebra +# Configured activation heights must be greater than or equal to 1, +# block height 0 is reserved for the Genesis network upgrade in Zebra NU5 = 1 -// This section may be omitted if a persistent Regtest chain state is desired +# This section may be omitted if a persistent Regtest chain state is desired [state] ephemeral = true -// This section may be omitted if it's not necessary to send transactions to Zebra's mempool +# This section may be omitted if it's not necessary to send transactions to Zebra's mempool [rpc] listen_addr = "0.0.0.0:18232" ```