Skip to main content

DROP_OLD_CONSENSUSES

Constant DROP_OLD_CONSENSUSES 

Source
const DROP_OLD_CONSENSUSES: &str = "DELETE FROM Consensuses WHERE valid_until < ?;";
Expand description

Query: Discard every consensus that’s been expired for at least two days.