Skip to content

Commit 6486a74

Browse files
committed
Edited ch07.asciidoc with Atlas code editor
1 parent b58b819 commit 6486a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch07.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ Using this construct, we can build redeem scripts with tens or hundreds of execu
565565

566566
((("transactions", "advanced", "multisignature scripts")))((("scripting", "multisignature scripts", "import/export example")))((("multisignature scripts")))In this example, Mohammed wishes to construct a company capital account with flexible rules. The scheme he creates requires different levels of authorization depending on timelocks. The participants in the multisig scheme are Mohammed, his two partners Saeed and Zaira, and their company lawyer Abdul. The three partners make decisions based on a majority rule, so two of the three must agree. However, in the case of a problem with their keys, they want their lawyer to be able to recover the funds with one of the three partner signatures. Finally, if all partners are unavailable or incapacitated for a while, they want the lawyer to be able to manage the account directly.
567567

568-
Here's the redeem script that Mohammed designs to achieve this:
568+
Here's the redeem script that Mohammed designs to achieve this (line number prefix as XX):
569569

570570
.Variable Multi-Signature with Timelock
571571
[source,linenum]

0 commit comments

Comments
 (0)