From: Vishal Menon Date: Fri, 21 May 2021 19:09:13 +0000 (+0530) Subject: Fixed type in miniscript example command. X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/enum.EncodeError.html?a=commitdiff_plain;h=ec81d7b632caa84007fbc81e50a2abeedf33ee4c;p=bitcoindevkit.org Fixed type in miniscript example command. --- diff --git a/content/bdk-cli/compiler.md b/content/bdk-cli/compiler.md index 39ebea09c2..da497eaa51 100644 --- a/content/bdk-cli/compiler.md +++ b/content/bdk-cli/compiler.md @@ -42,7 +42,7 @@ placeholders too. As described in the previous sections of this guide, the keys Let's take this policy for example: ```bash -miniscriptc --parsed_policy and(pk(cSQPHDBwXGjVzWRqAHm6zfvQhaTuj1f2bFH58h55ghbjtFwvmeXR),or(50@pk(02e96fe52ef0e22d2f131dd425ce1893073a3c6ad20e8cac36726393dfb4856a4c),older(1000)))) sh-wsh +miniscriptc --parsed_policy "and(pk(cSQPHDBwXGjVzWRqAHm6zfvQhaTuj1f2bFH58h55ghbjtFwvmeXR),or(50@pk(02e96fe52ef0e22d2f131dd425ce1893073a3c6ad20e8cac36726393dfb4856a4c),older(1000)))" sh-wsh ``` The compiler should print something like: