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)

This commit is contained in:
cryptocode 2018-01-04 15:58:40 +01:00 committed by clemahieu
commit f94459284f

View file

@ -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
{