Skip to content

Commit

Permalink
Further improvements from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Aug 14, 2024
1 parent 00fbea5 commit 1811613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bip-0388.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

== Abstract ==

Software wallets and hardware signing devices typically partition funds into separate "accounts". When signing or visualizing transactions, this allows to show to the user aggregate in-flow or out-flow information for one or more involved accounts.
Software wallets and hardware signing devices typically partition funds into separate "accounts". When signing or visualizing a transaction, aggregate flows of funds of all accounts affected by the transaction may (and should) be displayed to the user.

Wallet policies build on top of output script descriptors to represent such accounts in a compact, reviewable way.
An account encompasses a logical group of receive and change addresses, and each wallet policy represents all descriptors necessary to describe an account in its entirety.
Expand Down Expand Up @@ -70,7 +70,7 @@ By constraining the derivation path patterns to have a uniform structure, wallet

It is strongly recommended to avoid key reuse across accounts. Distinct public keys per account can be guaranteed by using distinct hardened derivation paths. This specification does not mandate hardened derivation in order to maintain compatibility with existing deployments that do not adhere to this recommendation.

It is out of scope for this document to guarantee that users do not reuse extended public keys among different wallet accounts. This responsibility is left to the users and their software wallet.
It is out of scope for this document to guarantee that users do not reuse extended public keys among different wallet accounts. This is still very important, but the responsibility is left to the users and their software wallet.

==== UX issues ====

Expand Down

0 comments on commit 1811613

Please sign in to comment.