1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-18 13:26:08 +01:00

Fix typo in BIP 49

This commit is contained in:
Nima Yazdanmehr 2020-09-08 21:45:59 +04:30
parent 68bb026c56
commit de74be2515
No known key found for this signature in database
GPG Key ID: 26339CEEF3CDF9ED

View File

@ -26,7 +26,7 @@ will detect the accounts and handle them appropriately.
===Considerations===
Two generally different approaches are possible for current BIP44 capable wallets:
1) Allow the user to use the same account(s) that they already uses, but add segregated witness encoded addresses to it.
1) Allow the user to use the same account(s) that they already use, but add segregated witness encoded addresses to it.
1.1) Use the same public keys as defined in BIP44, but in addition to the normal P2PKH address also derive the P2SH address from it.