Constant tor_dirmgr::storage::sqlite::INSERT_CONSENSUS

source ยท
const INSERT_CONSENSUS: &str = "
  INSERT OR REPLACE INTO Consensuses
    ( valid_after, fresh_until, valid_until, flavor, pending, sha3_of_signed_part, digest )
  VALUES ( ?, ?, ?, ?, ?, ?, ? );
";
Expand description

Query: Add a new consensus.