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.
feature/default_network_editable
Dan Finlay 8 years ago
parent b1590f179e
commit 5e60b2f0c4
  1. 2
      test/unit/idStore-test.js

@ -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…
Cancel
Save