From a4eba8a77f5323d778cf03a3c4b475d9bd7f9422 Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Fri, 14 Apr 2023 12:19:09 -0400 Subject: [PATCH] status: fix p2pool stats overflow Use all available height so `P2Pool` stats don't overflow --- src/status.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status.rs b/src/status.rs index 3608d75..e424fc5 100644 --- a/src/status.rs +++ b/src/status.rs @@ -47,7 +47,7 @@ pub fn show(&mut self, sys: &Arc>, p2pool_api: &Arc