aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/consensus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus.cpp b/src/consensus.cpp
index d19d790..d40f488 100644
--- a/src/consensus.cpp
+++ b/src/consensus.cpp
@@ -285,7 +285,7 @@ promise_t HotStuffCore::async_wait_receive_proposal() {
}
promise_t HotStuffCore::async_bqc_update() {
- return bqc_update_waiting.then([bqc=this->bqc]() {
+ return bqc_update_waiting.then([this]() {
return bqc;
});
}