aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp
new file mode 100644
index 0000000..dc509f1
--- /dev/null
+++ b/src/util.cpp
@@ -0,0 +1,7 @@
+#include "util.h"
+
+namespace hotstuff {
+
+Logger logger("hotstuff");
+
+}