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:
parent
d629bdef85
commit
f94459284f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue