1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-23 15:38:22 +00:00

BIP381, 382: minor grammar fixups (#1816)

* Update bip-0382.mediawiki

* Update bip-0381.mediawiki
This commit is contained in:
kilavvy
2025-04-11 22:01:50 +02:00
committed by GitHub
parent 1163f3ab69
commit 1447ab990d
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ Invalid descriptors
==Backwards Compatibility==
<tt>pk()</tt>, <tt>pkh()</tt>, and <tt>sh()</tt> descriptors use the format and general operation specified in [[bip-0380.mediawiki|380]].
As these are a wholly new descriptors, they are not compatible with any implementation.
As these are wholly new descriptors, they are not compatible with any implementation.
However the scripts produced are standard scripts so existing software are likely to be familiar with them.
==Reference Implementation==