Update backend/src/node.rs

This commit is contained in:
Roman Borschel
2020-09-14 17:05:36 +02:00
committed by GitHub
parent 5ecd6e2c46
commit a65250118e
+1 -1
View File
@@ -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;
}