diff --git a/src/lib.rs b/src/lib.rs index 2ce549e..0a7094d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -157,6 +157,13 @@ pub fn update_xmr_blockheight() { } } +pub fn update_all_blockheights() { + update_bsv_blockheight(); + update_btc_blockheight(); + update_eth_blockheight(); + update_xmr_blockheight(); +} + #[cfg(test)] mod tests { use super::*;