diff --git a/backend/src/node.rs b/backend/src/node.rs index 2c94c57..740b690 100644 --- a/backend/src/node.rs +++ b/backend/src/node.rs @@ -151,7 +151,7 @@ impl Node { } } if let Some(txcount) = interval.txcount { - if txcoint != self.stats.txcount { + if txcount != self.stats.txcount { self.stats.txcount = txcount; changed = true; }