From 30c8aae6335f5b41eae0e697f1f1f757ed18cb93 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 17:24:29 +0000 Subject: [PATCH] Edited ch11_blockchain.adoc with Atlas code editor --- ch11_blockchain.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch11_blockchain.adoc b/ch11_blockchain.adoc index 8e25c2f0..5e235443 100644 --- a/ch11_blockchain.adoc +++ b/ch11_blockchain.adoc @@ -705,7 +705,7 @@ Core that's only designed to run on signet. If you want to use a different signet, called a _custom signet_, you will need to know the script used to determine when a block is -authorized, called the _challenge_ script. This is a standard Bitcoin +authorized, called((("challenge script"))) the _challenge_ script. This is a standard Bitcoin script, so it can use features such as multisig to allow multiple people to authorize blocks. You may also need to connect to a seed node that will provide you with the addresses of peers on the custom signet. For