mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Correct assertion for BIP32 compliance
According to [axic's work here](https://github.com/MetaMask/metamask-plugin/issues/640#issuecomment-246133672), MetaMask is generating the correct address, so I've corrected that assertion accordingly.
This commit is contained in:
parent
b1590f179e
commit
5e60b2f0c4
@ -73,7 +73,7 @@ describe('IdentityStore', function() {
|
||||
},
|
||||
{
|
||||
seed: 'radar blur cabbage chef fix engine embark joy scheme fiction master release',
|
||||
account: '0xac39b311dceb2a4b2f5d8461c1cdaf756f4f7ae9',
|
||||
account: '0xe15D894BeCB0354c501AE69429B05143679F39e0',
|
||||
},
|
||||
{
|
||||
seed: 'phone coyote caught pattern found table wedding list tumble broccoli chief swing',
|
||||
|
Loading…
Reference in New Issue
Block a user