fixed BIP44 path

This commit is contained in:
Corey Petty 2020-02-12 14:21:54 -05:00
parent a5a1a1ec7f
commit a084f2eb4e
1 changed files with 4 additions and 3 deletions

View File

@ -58,9 +58,10 @@ Everything else associated with the contact is either verified or derived from t
- The default paths are defined as such: - The default paths are defined as such:
- Whisper Chat Key (`IK`): `m/43'/60'/1581'/0'/0` (post Multiaccount integration) - Whisper Chat Key (`IK`): `m/43'/60'/1581'/0'/0` (post Multiaccount integration)
- following [EIP1581](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1581.md) - following [EIP1581](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1581.md)
- DB encryption Key (`DBK`): `m/43'/60'/1581'/1'/0` (post Multiaccount integration) <!-- WE CURRENTLY DO NOT IMPLEMENT ENCRYPTION KEY, FOR FUTURE - C.P. -->
- following [EIP1581](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1581.md) <!-- - DB encryption Key (`DBK`): `m/43'/60'/1581'/1'/0` (post Multiaccount integration)
- Status Wallet paths: `m/44'/60'/0'/0'/i` starting at `i=0` - following [EIP1581](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1581.md) -->
- Status Wallet paths: `m/44'/60'/0'/0/i` starting at `i=0`
- following [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) - following [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki)
- NOTE: this (`i=0`) is also the current (and only) path for Whisper key before Multiaccount integration - NOTE: this (`i=0`) is also the current (and only) path for Whisper key before Multiaccount integration