summaryrefslogtreecommitdiff
path: root/bip-0381.mediawiki
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2021-06-27 19:35:45 -0400
committerAndrew Chow <achow101-github@achow101.com>2021-08-29 20:10:53 -0400
commitfb56a18c890af8b269987b2e6664765ffc05a5c1 (patch)
treeef413cf33faeb78e0e47f1babe4c8786fe6795cc /bip-0381.mediawiki
parentbd12ea7e9ddde4c7bd70bf3c4e13e98f941fcc4d (diff)
downloadbips-fb56a18c890af8b269987b2e6664765ffc05a5c1.tar.xz
Specify BIP 382: Segwit descriptors
Diffstat (limited to 'bip-0381.mediawiki')
-rw-r--r--bip-0381.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0381.mediawiki b/bip-0381.mediawiki
index a5d624e..8d7e391 100644
--- a/bip-0381.mediawiki
+++ b/bip-0381.mediawiki
@@ -46,7 +46,7 @@ The output script produced is:
===<tt>pkh()</tt>===
-The <tt>pkh(KEY)</tt> expression can be used as a top level expression, or inside of a <tt>sh()</tt> descriptor.
+The <tt>pkh(KEY)</tt> expression can be used as a top level expression, or inside of either a <tt>sh()</tt> or <tt>wsh()</tt> descriptor.
It takes a single key expression as an argument and produces a P2PKH output script.
Depending on the higher level descriptors, there may be restrictions on the type of public keys that can be included.
Such restrictions will be specified by those descriptors.