aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
blob: bed6e5a7454eea3a186c6130497afc25ede78b69 (plain) (blame)
1
2
3
4
5
6
7
#include "hotstuff/util.h"

namespace hotstuff {

Logger logger("hotstuff");

}