Skip to content

Commit

Permalink
Update load master key in vault
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Aug 16, 2019
1 parent 8348fbd commit 5428905
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vault/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,14 +343,11 @@ func (v *Vault) LoadMasterKey(payload *Payload) (err error) {
return
}

masterKey, err := v.decryptMasterKey(key)
err = v.loadCryptoKeys(key)
if err != nil {
return
}

// TODO
_ = masterKey

return
}

Expand Down

0 comments on commit 5428905

Please sign in to comment.