summaryrefslogtreecommitdiff
path: root/bip-0381.mediawiki
diff options
context:
space:
mode:
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.