-
Notifications
You must be signed in to change notification settings - Fork 93
Fix seed phrase so it works with masterAccount #739
Conversation
@mehtaphysical looks good overall Also, not sure if it's on |
Yeah I think its because web3 and a few other libraries where removed from master, but the yarn.lock wasn't updated. |
@mehtaphysical I did remove web3 and a few libraries but the yarn.lock should have been updated see here |
@mehtaphysical wow, status for each |
@volovyk-s @thisisjoshford tests passing now :) |
Shoot, we have conflicts now @mehtaphysical |
Fixes #696
Checks if a
masterAccount
is passed as an arg. If so, applies the seed phrase to themasterAccount
instead ofaccountId
. Merges theInMemoryKeyStore
created with the seed phrase into theMeregKeyStore
.