Skip to content

Commit

Permalink
Errata 163567
Browse files Browse the repository at this point in the history
  • Loading branch information
aantonop committed Mar 14, 2018
1 parent 56dcd82 commit 3d22d30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ch07.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,10 @@ Using this construct, we can build redeem scripts with tens or hundreds of execu

((("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.

Here's the script that Mohammed designs to achieve this:
Here's the redeem script that Mohammed designs to achieve this:

.Variable Multi-Signature with Timelock
[source,linenum]
----
IF
IF
Expand Down

0 comments on commit 3d22d30

Please sign in to comment.