Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
alex v committed Aug 30, 2024
1 parent 9ba4475 commit fc6e84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct LogCategory {
};

namespace BCLog {
enum LogFlags : uint64_t {
enum LogFlags : uint32_t {
NONE = 0,
NET = (1 << 0),
TOR = (1 << 1),
Expand Down

0 comments on commit fc6e84b

Please sign in to comment.