good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8c786a1f authored by Guillaume Ballet's avatar Guillaume Ballet
Browse files

refresh the account list when initializing the card

parent 79f4cfac
Branches
Tags
No related merge requests found
......@@ -589,6 +589,7 @@ func (w *Wallet) Contains(account accounts.Account) bool {
// Initialize installs a keypair generated from the provided key into the wallet.
func (w *Wallet) Initialize(seed []byte) error {
go w.selfDerive()
// DO NOT lock at this stage, as the initialize
// function relies on Status()
return w.session.initialize(seed)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment