split verifyKeyContent
authorJoey Hess <joeyh@joeyh.name>
Thu, 29 Jul 2021 17:36:19 +0000 (13:36 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 29 Jul 2021 17:58:40 +0000 (13:58 -0400)
commit817ccbbc47156c24aade4c6c4dc0c195332a991e
treeaa5ee229bffbd6b3c0b9bf5b7c5a4aaa9f99a13d
parentd4fc506f2704f7db61fb8d291a7b2e4f35a4ec58
split verifyKeyContent

This avoids it calling enteringStage VerifyStage when it's used in
places that only fall back to verification rarely, and which might be
called while in TransferStage and be going to perform a transfer after
the verification.
Annex/Content.hs
Annex/Content/Presence/LowLevel.hs
Annex/Verify.hs
Command/Reinject.hs
Command/TestRemote.hs