fix: version

This commit is contained in:
Livio Amstutz 2020-02-13 07:41:46 +01:00
parent b89b7dd331
commit 535c7584c8

View file

@ -136,7 +136,6 @@ func NewDefaultOP(ctx context.Context, config *Config, storage Storage, opOpts .
}
keyCh := make(chan jose.SigningKey)
// ctx, cancel := context.WithCancel(ctx)
p.signer = NewDefaultSigner(ctx, storage, keyCh)
go p.ensureKey(ctx, storage, keyCh)