From 25da615492eb31f750a647c745249ecb7305bdba Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Tue, 24 Jan 2023 10:17:40 +0100 Subject: [PATCH] Nit from review --- bip-wallet-policies.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-wallet-policies.mediawiki b/bip-wallet-policies.mediawiki index 777b4ebf5e..28c9c13015 100644 --- a/bip-wallet-policies.mediawiki +++ b/bip-wallet-policies.mediawiki @@ -27,7 +27,7 @@ This BIP is licensed under the BSD 2-clause license. == Motivation == -''[[bip-0380.mediawiki|Output Script Descriptors]]'' were introduced in bitcoin-core as a way to represent collections of output scripts. It is a very general and flexible language, designed to catch all the possible use-cases of bitcoin wallets (that is, if you know the script and you have the necessary keys, it will be possible to sign transactions with bitcoin-core's descriptor-based wallets). +''[[bip-0380.mediawiki|Output Script Descriptors]]'' were introduced in bitcoin-core as a way to represent collections of output scripts. It is a very general and flexible language, designed to catch all the possible use-cases of bitcoin wallets (that is, if you know the script and you have the necessary keys, it will be possible to sign transactions with any descriptor-based wallets). Unfortunately, descriptors are not a perfect match for the typical usage of hardware signing devices (often also called ''hardware wallets''). Most of them have some of the following limitations when compared to a general-purpose machine running bitcoin-core: