Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaffney committed Oct 15, 2019
1 parent 5d73b9a commit 5f3223d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion command/server_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func adjustCoreForSealMigration(logger log.Logger, core *vault.Core, barrierSeal
var existSeal vault.Seal
var newSeal vault.Seal

// TODO(mjg): this prevents migration from/to the same seal type
if existBarrierSealConfig.Type == barrierSeal.BarrierType() {
// In this case our migration seal is set so we are using it
// (potentially) for unwrapping. Set it on core for that purpose then
Expand Down

0 comments on commit 5f3223d

Please sign in to comment.