From 8ee333582ff82d0df971309e94946f2f6e69475b Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 26 Apr 2022 19:36:46 +0200 Subject: a few fixes --- entity/dag/operation_pack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entity') diff --git a/entity/dag/operation_pack.go b/entity/dag/operation_pack.go index 8ca2ff56..9b42f9bf 100644 --- a/entity/dag/operation_pack.go +++ b/entity/dag/operation_pack.go @@ -359,5 +359,5 @@ func (pk PGPKeyring) DecryptionKeys() []openpgp.Key { // } // } // return result - return nil + panic("not implemented") } -- cgit