mempool: snapshot

This commit is contained in:
nym21
2025-12-13 16:26:29 +01:00
parent 9c8b9b1a3b
commit c59ac62e45
22 changed files with 1808 additions and 582 deletions
+6 -6
View File
@@ -94,11 +94,11 @@ fn write(
dash: impl Display,
args: impl Display,
) -> Result<(), std::io::Error> {
// writeln!(buf, "{date_time} {dash} {level} {args}")
writeln!(buf, "{date_time} {dash} {level} {args}")
// Don't remove, used to know the target of unwanted logs
writeln!(
buf,
"{} {} {} {} {}",
date_time, _target, level, dash, args
)
// writeln!(
// buf,
// "{} {} {} {} {}",
// date_time, _target, level, dash, args
// )
}