Constant tor_dirmgr::storage::sqlite::REMOVE_CONSENSUS

source ยท
const REMOVE_CONSENSUS: &str = "
  DELETE FROM Consensuses
  WHERE digest = ?;
";
Expand description

Query: Remove the consensus with a given digest field.