summaryrefslogtreecommitdiffstats
path: root/tool/src/commands/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tool/src/commands/mod.rs')
-rw-r--r--tool/src/commands/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/src/commands/mod.rs b/tool/src/commands/mod.rs
index 7255381e..f3a6d044 100644
--- a/tool/src/commands/mod.rs
+++ b/tool/src/commands/mod.rs
@@ -447,7 +447,7 @@ impl<'a> VerificationHelper for VHelper<'a> {
let mut tpks = self.tpks.take().unwrap();
let seen: HashSet<_> = tpks.iter()
.flat_map(|tpk| {
- tpk.keys().map(|(_, key)| key.fingerprint().to_keyid())
+ tpk.keys().map(|(_, _, key)| key.fingerprint().to_keyid())
}).collect();
// Explicitly provided keys are trusted.