Skip to content

Commit 5f926f2

Browse files
flyermanRyun1rphair
authored
CIP-1854 | Fix typo (cardano-foundation#584)
* Fix typo in README.md * Fix CIP-0005 link * dropped back in missing word contracted in typo The typo "mary" was most likely "may vary" as appearing earlier in paragraph (without "may" it's grammatically incorrect). --------- Co-authored-by: Ryan Williams <[email protected]> Co-authored-by: Robert Phair <[email protected]>
1 parent e28afa9 commit 5f926f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CIP-1854/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ m / purpose' / coin_type' / account_ix' / role / index
7575
```
7676

7777

78-
To associate multi-signature keys to a wallet, we reserve however `purpose=1854'` to distinguish multisig wallets from standard wallets. The coin type remains `coin_type=1815'` to identify Ada as registered in [SLIP-0044]. The account index (`account_ix`) may vary across the whole hardened domain. `role=0` is used to identify payment keys, whereas `role=2` identifies stake keys. `role=1` is left unused for multisig wallets. Finally, the last `index` mary across the whole soft domain, but according to the following rules:
78+
To associate multi-signature keys to a wallet, we reserve however `purpose=1854'` to distinguish multisig wallets from standard wallets. The coin type remains `coin_type=1815'` to identify Ada as registered in [SLIP-0044]. The account index (`account_ix`) may vary across the whole hardened domain. `role=0` is used to identify payment keys, whereas `role=2` identifies stake keys. `role=1` is left unused for multisig wallets. Finally, the last `index` may vary across the whole soft domain, but according to the following rules:
7979

8080
- Wallet must derive multisig key indexes sequentially, starting from 0 and up to 2^31-1
8181
- Wallet must prevent the creation of new multisig keys before past keys are seen in an on-chain script.
@@ -238,7 +238,7 @@ CC-BY-4.0
238238
[rfc8610]: https://tools.ietf.org/html/rfc8610
239239
[rfc8152]: https://tools.ietf.org/html/rfc8152
240240
[BIP-0032]: https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki
241-
[CIP-5]: https://github.com/cardano-foundation/CIPs/tree/master/CIP5
241+
[CIP-5]: https://github.com/cardano-foundation/CIPs/tree/master/CIP-0005
242242
[CIP-1852]: https://github.com/cardano-foundation/CIPs/blob/master/CIP-1852
243243
[CIP-11]: https://github.com/cardano-foundation/CIPs/blob/master/CIP-0011
244244
[ledger-spec.pdf]: https://github.com/input-output-hk/cardano-ledger/releases/latest/download/shelley-ledger.pdf

0 commit comments

Comments
 (0)