delete resetting metrics after reporting for now

This commit is contained in:
Kirill Lykov 2023-04-04 13:15:10 +00:00
parent 9dd81888a2
commit 997ffd1194
1 changed files with 0 additions and 1 deletions

View File

@ -321,6 +321,5 @@ impl MangoSimulationStats {
("keeper_update_funding_sent", num_update_funding_txs, i64),
("keeper_update_funding_succ", succ_update_funding_txs, i64),
);
self.counters = Counters::default();
}
}