Removing workaround for b2b0b9b2
This commit is contained in:
parent
4fa8d80583
commit
1fb0117ca8
1 changed files with 1 additions and 1 deletions
|
|
@ -757,7 +757,7 @@ attempts (0)
|
||||||
rai::pull_info::pull_info (rai::account const & account_a, rai::block_hash const & head_a, rai::block_hash const & end_a) :
|
rai::pull_info::pull_info (rai::account const & account_a, rai::block_hash const & head_a, rai::block_hash const & end_a) :
|
||||||
account (account_a),
|
account (account_a),
|
||||||
head (head_a),
|
head (head_a),
|
||||||
end (0), //end (end_a), // TODO: Workaround for successor bug b2b0b9b2, remove for boostrap bandwidth savings when nodes widely adopt fix version
|
end (end_a),
|
||||||
attempts (0)
|
attempts (0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue