Slash on SignCompleted for unrecognized plan

This commit is contained in:
Luke Parker
2023-11-05 13:42:01 -05:00
parent b8ac8e697b
commit de41be6e26
2 changed files with 15 additions and 4 deletions

View File

@@ -329,7 +329,6 @@ impl<N: Network, D: Db> Signer<N, D> {
}
} else {
// If we don't have this in RAM, it should be because we already finished signing it
// TODO: Will the coordinator ever send us Completed for an unknown ID?
assert!(!SignerDb::<N, D>::completions(txn, id).is_empty());
info!(
"signer {} informed of the eventuality completion for plan {}, {}",