From a87773e80117264fa57be365e311cb9214db1bbd Mon Sep 17 00:00:00 2001 From: huye0728 Date: Wed, 18 Jul 2018 13:44:58 +0800 Subject: [PATCH] modify type error: age => count (#932) --- rai/node/bootstrap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rai/node/bootstrap.cpp b/rai/node/bootstrap.cpp index ca45ab0b..eff8ef39 100644 --- a/rai/node/bootstrap.cpp +++ b/rai/node/bootstrap.cpp @@ -164,7 +164,7 @@ void rai::frontier_req_client::run () std::unique_ptr request (new rai::frontier_req); request->start.clear (); request->age = std::numeric_limitsage)>::max (); - request->count = std::numeric_limitsage)>::max (); + request->count = std::numeric_limitscount)>::max (); auto send_buffer (std::make_shared> ()); { rai::vectorstream stream (*send_buffer);