mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-26 08:48:01 +00:00
Update backend/src/node.rs
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user