mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-18 05:42:12 +01:00
Nit: it's not 'two' descriptors if one uses the multipath expressions per BIP-389
This commit is contained in:
parent
8c2f54d33b
commit
0adf7c36e1
@ -14,7 +14,7 @@
|
||||
|
||||
== Abstract ==
|
||||
|
||||
Wallet policies build on top of output script descriptors to represent the types of descriptors that are typically used to represent "accounts" in a software wallet, or a hardware signing device, in a compact, reviewable way. A wallet policy always represents exactly two descriptors, which produce the receive and change addresses that are logically part of the same account.
|
||||
Wallet policies build on top of output script descriptors to represent the types of descriptors that are typically used to represent "accounts" in a software wallet, or a hardware signing device, in a compact, reviewable way. A wallet policy always represents descriptors which produce all the receive and change addresses that are logically part of the same account.
|
||||
|
||||
We simplify the language to suit devices with limited memory, where even keeping the entire descriptor in memory could be a major hurdle, by reducing the generality of descriptors to just the essential features and by separating the extended pubkeys and other key information from the descriptor.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user