Skip to content

Commit 8428a58

Browse files
UdjinM6PastaPastaPasta
authored andcommitted
fix: add missing log categories (dashpay#5707)
## Issue being fixed or feature implemented `creditpool` and `ehf` categories are missing in `logging`/`debug` RPCs 😞 ## What was done? ## How Has This Been Tested? run `debug` and `logging` RPCs and make sure these categories are listed now ## Breaking Changes n/a ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
1 parent f796a44 commit 8428a58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/logging.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ const CLogCategoryDesc LogCategories[] =
178178
{BCLog::COINJOIN, "coinjoin"},
179179
{BCLog::SPORK, "spork"},
180180
{BCLog::NETCONN, "netconn"},
181+
{BCLog::CREDITPOOL, "creditpool"},
182+
{BCLog::EHF, "ehf"},
181183
{BCLog::DASH, "dash"},
182184
//End Dash
183185
};

0 commit comments

Comments
 (0)