diff options
Diffstat (limited to 'include/hotstuff/hotstuff.h')
-rw-r--r-- | include/hotstuff/hotstuff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hotstuff/hotstuff.h b/include/hotstuff/hotstuff.h index 4e7332f..287cbac 100644 --- a/include/hotstuff/hotstuff.h +++ b/include/hotstuff/hotstuff.h @@ -135,7 +135,7 @@ class HotStuffBase: public HotStuffCore { bool eb_loop; /** network stack */ PeerNetwork<opcode_t> pn; -#ifdef HOTSTUFF_ENABLE_BLK_PROFILE +#ifdef HOTSTUFF_BLK_PROFILE BlockProfiler blk_profiler; #endif /* queues for async tasks */ |