diff --git a/src/ripple/rpc/json_body.h b/src/ripple/rpc/json_body.h index d526d60939..9a92324c42 100644 --- a/src/ripple/rpc/json_body.h +++ b/src/ripple/rpc/json_body.h @@ -61,9 +61,8 @@ struct json_body } template - boost::tribool - write(beast::http::resume_context&&, - beast::error_code&, Writef&& wf) noexcept + bool + write(beast::error_code&, Writef&& wf) noexcept { wf(sb_.data()); return true;