Endpoints for average mixnode uptime (#1238)

This commit is contained in:
Jon Häggblad
2022-05-04 11:28:41 +02:00
committed by GitHub
parent 8eb3f6f862
commit 139e89643c
9 changed files with 161 additions and 2 deletions
+2
View File
@@ -30,6 +30,8 @@ pub(crate) fn stage_full() -> AdHoc {
routes::get_mixnode_reward_estimation,
routes::get_mixnode_stake_saturation,
routes::get_mixnode_inclusion_probability,
routes::get_mixnode_avg_uptime,
routes::get_mixnode_avg_uptimes,
],
)
})