提交 55d24e6e 编写于 作者: J Jonathan Giszczak

Add explicit this-> to lambda. gcc 5.4 went strange.

上级 4d18020f
......@@ -156,14 +156,14 @@ struct txn_test_gen_plugin_impl {
if(ec)
return;
try {
send_transaction();
this->send_transaction();
}
catch(fc::exception e) {
elog("pushing transaction failed: ${e}", ("e", e.to_detail_string()));
stop_generation();
this->stop_generation();
return;
}
arm_timer(timer.expires_at());
this->arm_timer(timer.expires_at());
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册