From f94459284ff9bf5f1d8ae5b2cc1683fa0d5c5ec1 Mon Sep 17 00:00:00 2001 From: cryptocode Date: Thu, 4 Jan 2018 15:58:40 +0100 Subject: [PATCH] Remove unused count field from bulk_pull. I checked older versions, and it seems that this has never been used. Maybe the intention was to reuse bulk_pull for range queries (which clemahieu has mentioned as a need - which would require a count - but new messages types are probably more appropriate) --- rai/node/common.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rai/node/common.hpp b/rai/node/common.hpp index ef213907..5ab79c9c 100644 --- a/rai/node/common.hpp +++ b/rai/node/common.hpp @@ -200,7 +200,6 @@ public: void visit (rai::message_visitor &) const override; rai::uint256_union start; rai::block_hash end; - uint32_t count; }; class bulk_push : public message {