log: Add tx reconciliation log category

This commit is contained in:
Gleb Naumenko
2022-09-19 13:07:31 +03:00
parent c35b91afdc
commit 24e36fac0a
2 changed files with 4 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ namespace BCLog {
#endif
UTIL = (1 << 25),
BLOCKSTORE = (1 << 26),
TXRECONCILIATION = (1 << 27),
ALL = ~(uint32_t)0,
};
enum class Level {